Skip to content

Commit 624aa8c

Browse files
authored
Update APT mirror in Dockerfile
1 parent b0ef748 commit 624aa8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

allinone/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ARG TOOLS=" \
2121
wget"
2222

2323
ARG APT_MIRROR=http://deb.debian.org
24-
RUN sed -i "s@http://.*.debian.org@${APT_MIRROR}@g" /etc/apt/sources.list \
24+
RUN sed -i "s@http://.*.debian.org@${APT_MIRROR}@g" /etc/apt/sources.list.d/debian.sources \
2525
&& apt-get update \
2626
&& apt-get install -y --no-install-recommends ${TOOLS} \
2727
&& apt-get clean

0 commit comments

Comments
 (0)