We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4c993 commit fdb79ebCopy full SHA for fdb79eb
1 file changed
Dockerfile.bootstrap
@@ -1,11 +1,12 @@
1
# 1) use alpine to generate a void environment
2
FROM alpine:3.14 as stage0
3
-ARG REPOSITORY=https://alpha.de.repo.voidlinux.org
+ARG REPOSITORY=https://repo-us.voidlinux.org
4
ARG ARCH=x86_64
5
COPY keys/* /target/var/db/xbps/keys/
6
RUN apk add ca-certificates curl && \
7
- curl ${REPOSITORY}/static/xbps-static-latest.$(uname -m)-musl.tar.xz | \
8
- tar Jx && \
+ curl ${REPOSITORY}/static/xbps-static-static-0.59_5.$(uname -m)-musl.tar.xz | \
+ tar vJx && \
9
+ rm -f /etc/ssl/certs/2e5ac55d.* && \
10
XBPS_ARCH=${ARCH} xbps-install.static -yMU \
11
--repository=${REPOSITORY}/current \
12
--repository=${REPOSITORY}/current/musl \
0 commit comments