Skip to content

Commit 4a3c40d

Browse files
committed
Fix to alpine package build: now requires system keys
1 parent e6312cb commit 4a3c40d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ FROM alpine:$ALPINE_VERSION as alpine-sdk
99

1010
RUN apk update && apk add --no-cache alpine-sdk coreutils && \
1111
abuild-keygen -an && \
12+
# Copy the public keys to the system keys
13+
cp -a /root/.abuild/*.pub /etc/apk/keys && \
1214
git clone --depth 1 --single-branch --filter=blob:none --sparse https://gitlab.alpinelinux.org/alpine/aports.git ~/aports && \
1315
cd ~/aports/ && \
1416
git sparse-checkout set main/seabios main/

0 commit comments

Comments
 (0)