Fix base-devel build

main
Menci 2021-12-08 01:51:19 +08:00
parent fba66b6ef5
commit 864d88e36a
No known key found for this signature in database
GPG Key ID: 175973D9764BC89F
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
ARG PACKAGE_GROUP=base
FROM alpine:3.15 AS bootstrapper
ARG TARGETARCH
ARG PACKAGE_GROUP=base
COPY files /files
RUN \
apk add arch-install-scripts pacman-makepkg curl && \