Skip to content

Commit fdb79eb

Browse files
committed
Dockerfile.bootstrap: Use repo-us.voidlinux.org
1 parent ce4c993 commit fdb79eb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Dockerfile.bootstrap

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# 1) use alpine to generate a void environment
22
FROM alpine:3.14 as stage0
3-
ARG REPOSITORY=https://alpha.de.repo.voidlinux.org
3+
ARG REPOSITORY=https://repo-us.voidlinux.org
44
ARG ARCH=x86_64
55
COPY keys/* /target/var/db/xbps/keys/
66
RUN apk add ca-certificates curl && \
7-
curl ${REPOSITORY}/static/xbps-static-latest.$(uname -m)-musl.tar.xz | \
8-
tar Jx && \
7+
curl ${REPOSITORY}/static/xbps-static-static-0.59_5.$(uname -m)-musl.tar.xz | \
8+
tar vJx && \
9+
rm -f /etc/ssl/certs/2e5ac55d.* && \
910
XBPS_ARCH=${ARCH} xbps-install.static -yMU \
1011
--repository=${REPOSITORY}/current \
1112
--repository=${REPOSITORY}/current/musl \

0 commit comments

Comments
 (0)