From e8016c1d51d9145d5bb57df9dd9a4ea25cf93172 Mon Sep 17 00:00:00 2001 From: lowtech-guy <223006751+lowtech-guy@users.noreply.github.com> Date: Tue, 26 Aug 2025 05:58:34 +0800 Subject: [PATCH] remove: comment the cache server line --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 49249a2..2519e56 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:24.04 AS base_apt -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 RUN userdel -r ubuntu RUN apt update \ && apt install wget git cmake build-essential python3 python3-venv python3-pip autoconf automake libtool gosu -y