There was an error while loading. Please reload this page.
1 parent b0ef748 commit 624aa8cCopy full SHA for 624aa8c
1 file changed
allinone/Dockerfile
@@ -21,7 +21,7 @@ ARG TOOLS=" \
21
wget"
22
23
ARG APT_MIRROR=http://deb.debian.org
24
-RUN sed -i "s@http://.*.debian.org@${APT_MIRROR}@g" /etc/apt/sources.list \
+RUN sed -i "s@http://.*.debian.org@${APT_MIRROR}@g" /etc/apt/sources.list.d/debian.sources \
25
&& apt-get update \
26
&& apt-get install -y --no-install-recommends ${TOOLS} \
27
&& apt-get clean
0 commit comments