Skip to content

Commit

Permalink
up dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 14, 2023
1 parent f718922 commit 83bd863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deb12/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ FROM debian:bookworm-slim as files2
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; \
apt update && apt -y install curl
# webhookd, noVNC
# https://gitee.com/infrastlabs/fk-webhookd/releases/download/v22.08.18/webhookd.tar.gz
Expand Down

0 comments on commit 83bd863

Please sign in to comment.