We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e2bed commit e8016c1Copy full SHA for e8016c1
docker/Dockerfile
@@ -1,6 +1,6 @@
1
FROM ubuntu:24.04 AS base_apt
2
3
-RUN echo 'Acquire::http::Proxy "http://cache.lan:3142";' > /etc/apt/apt.conf.d/00cacher
+# RUN echo 'Acquire::http::Proxy "http://cache.lan:3142";' > /etc/apt/apt.conf.d/00cacher
4
RUN userdel -r ubuntu
5
RUN apt update \
6
&& apt install wget git cmake build-essential python3 python3-venv python3-pip autoconf automake libtool gosu -y
0 commit comments