This commit is contained in:
Faraz Fallahi
2022-03-12 13:07:09 -05:00
parent fc39ef7544
commit 7d1f7cc5cb
3 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
FROM ubuntu:20.04
#RUN echo 'Acquire::http { Proxy "http://192.168.1.2:3142"; };' >> /etc/apt/apt.conf.d/00proxy
RUN \
export DEBIAN_FRONTEND=noninteractive && \
apt -y update && \