We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bf039 commit 7264640Copy full SHA for 7264640
allinone/Dockerfile
@@ -20,9 +20,7 @@ ARG TOOLS=" \
20
redis \
21
wget"
22
23
-ARG APT_MIRROR=http://mirrors.aliyun.com
24
-RUN sed -i "s@http://.*.debian.org@${APT_MIRROR}@g" /etc/apt/sources.list \
25
- &&apt-get update \
+RUN apt-get update \
26
&& apt-get install -y --no-install-recommends ${TOOLS} \
27
&& apt-get clean
28
0 commit comments