From b65a585ee3a01ffa23354004f9a8d0d198426d09 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Sun, 25 Sep 2022 02:02:49 +0900 Subject: [PATCH] Move docker build back a bit (#25) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8187973..1b70ad3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 as build +FROM ubuntu:20.04 as build RUN apt-get update \ && apt-get install -y --no-install-recommends \