Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 14, 2023
1 parent 83bd863 commit 4e1e6c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deb12/src/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ ENV \
# COPY src/excludes /etc/dpkg/dpkg.cfg.d/excludes
# mirrors.tuna.tsinghua.edu.cn
# mirrors.ustc.edu.cn
# mirrors.aliyun.com
# mirrors.163.com
# mirrors.aliyun.com
# mirrors.tencentyun.com
ARG TARGETPLATFORM
RUN export DOMAIN="mirrors.ustc.edu.cn"; \
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; \
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; \
\
# default:echo -e;
echo "path-exclude /usr/share/doc/*\n\
Expand Down

0 comments on commit 4e1e6c1

Please sign in to comment.