Skip to content

Commit e8016c1

Browse files
committed
remove: comment the cache server line
1 parent c1e2bed commit e8016c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:24.04 AS base_apt
22

3-
RUN echo 'Acquire::http::Proxy "http://cache.lan:3142";' > /etc/apt/apt.conf.d/00cacher
3+
# RUN echo 'Acquire::http::Proxy "http://cache.lan:3142";' > /etc/apt/apt.conf.d/00cacher
44
RUN userdel -r ubuntu
55
RUN apt update \
66
&& apt install wget git cmake build-essential python3 python3-venv python3-pip autoconf automake libtool gosu -y

0 commit comments

Comments
 (0)