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