Move docker build back a bit (#25)

This commit is contained in:
Ethan Roseman 2022-09-25 02:02:49 +09:00 committed by GitHub
parent d631bad6b2
commit b65a585ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \