commit
59274b0bfa
@ -3,8 +3,8 @@ FROM alpine:3.9 as stage0
|
|||||||
ARG REPOSITORY=https://alpha.de.repo.voidlinux.org
|
ARG REPOSITORY=https://alpha.de.repo.voidlinux.org
|
||||||
ARG ARCH=x86_64
|
ARG ARCH=x86_64
|
||||||
COPY keys/* /target/var/db/xbps/keys/
|
COPY keys/* /target/var/db/xbps/keys/
|
||||||
RUN apk add ca-certificates && \
|
RUN apk add ca-certificates curl && \
|
||||||
wget -O - ${REPOSITORY}/static/xbps-static-latest.$(uname -m)-musl.tar.xz | \
|
curl ${REPOSITORY}/static/xbps-static-latest.$(uname -m)-musl.tar.xz | \
|
||||||
tar Jx && \
|
tar Jx && \
|
||||||
XBPS_ARCH=${ARCH} xbps-install.static -yMU \
|
XBPS_ARCH=${ARCH} xbps-install.static -yMU \
|
||||||
--repository=${REPOSITORY}/current \
|
--repository=${REPOSITORY}/current \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user