dockerfile to focal and rebase image

This commit is contained in:
cmspeedau 2022-05-12 12:56:28 +10:00 committed by GitHub
parent e6d28babb3
commit dd7f12c168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:18.04 FROM ubuntu:20.04
RUN \ RUN \
apt update && \ apt update && \
@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV TIMEOUT 12h ENV TIMEOUT 12h
ENV WEB_ROOT / ENV WEB_ROOT /
ENV MIRROR_URL http://archive.ubuntu.com/ubuntu ENV MIRROR_URL http://archive.ubuntu.com/ubuntu
ENV DIST1 bionic ENV DIST1 focal
ENV DIST2 "" ENV DIST2 ""
ENV DIST3 "" ENV DIST3 ""
ENV NTHREADS 10 ENV NTHREADS 10