Update Dockerfile

This commit is contained in:
Alexander Tokmakov 2022-06-28 20:35:20 +03:00 committed by GitHub
parent 400c8ad7a4
commit 0bb036dd21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ FROM ubuntu:20.04
# ARG for quick switch to a given ubuntu mirror
ARG apt_archive="http://archive.ubuntu.com"
RUN sed -i "s|http://archive.ubuntu.com|$apt_archive|g" /etc/apt/sources.list
RUN apt-get update \