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,4 +1,4 @@
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

View File

@@ -1,7 +1,7 @@
FROM ubuntu:20.04 FROM ubuntu:22.04
ENTRYPOINT ["/bin/bash"] ENTRYPOINT ["/bin/bash"]
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 \ RUN \
export DEBIAN_FRONTEND=noninteractive && \ export DEBIAN_FRONTEND=noninteractive && \

View File

@@ -1,4 +1,4 @@
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

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -euxo pipefail set -euxo pipefail
docker pull ubuntu:20.04 docker pull ubuntu:22.04
# Ubuntu dynamically linked # Ubuntu dynamically linked
docker build --force-rm -f Dockerfile -t fffaraz/qt:latest . docker build --force-rm -f Dockerfile -t fffaraz/qt:latest .