Skip to content

Commit

Permalink
rm -f /etc/apt/sources.list.d/debian.sources; \
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 14, 2023
1 parent 4e1e6c1 commit d7511e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deb12/src/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ENV \
# mirrors.tencentyun.com
ARG TARGETPLATFORM
RUN export DOMAIN="mirrors.ustc.edu.cn"; \
rm -f /etc/apt/sources.list.d/debian.sources; \
test -z "$(echo $TARGETPLATFORM |grep arm)" && target=bookworm || target=bookworm-ports; \
echo "deb http://$DOMAIN/debian bookworm main contrib non-free" > /etc/apt/sources.list; \
echo "deb http://$DOMAIN/debian bookworm-updates main contrib non-free">> /etc/apt/sources.list; \
Expand Down

0 comments on commit d7511e5

Please sign in to comment.