We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6312cb commit 4a3c40dCopy full SHA for 4a3c40d
Dockerfile
@@ -9,6 +9,8 @@ FROM alpine:$ALPINE_VERSION as alpine-sdk
9
10
RUN apk update && apk add --no-cache alpine-sdk coreutils && \
11
abuild-keygen -an && \
12
+ # Copy the public keys to the system keys
13
+ cp -a /root/.abuild/*.pub /etc/apk/keys && \
14
git clone --depth 1 --single-branch --filter=blob:none --sparse https://gitlab.alpinelinux.org/alpine/aports.git ~/aports && \
15
cd ~/aports/ && \
16
git sparse-checkout set main/seabios main/
0 commit comments