Skip to content

Commit 7264640

Browse files
authored
Update Dockerfile
1 parent 59bf039 commit 7264640

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

allinone/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ ARG TOOLS=" \
2020
redis \
2121
wget"
2222

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 \
23+
RUN apt-get update \
2624
&& apt-get install -y --no-install-recommends ${TOOLS} \
2725
&& apt-get clean
2826

0 commit comments

Comments
 (0)