ubuntu:22.04

This commit is contained in:
Faraz Fallahi
2022-09-26 21:34:47 -04:00
parent 7761293044
commit f8c27f202b
4 changed files with 6 additions and 6 deletions

View File

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