Skip to content

Commit

Permalink
Add signing keys
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed Jul 26, 2024
1 parent efe5b55 commit ce24b74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ ENV _APKBUILD="https://git.alpinelinux.org/aports/plain/community/wayvnc/APKBUIL

# Add build requirements
RUN echo $'http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories \
# Add signing keys
&& apk add -X https://nl.alpinelinux.org/alpine/edge/main -u alpine-keys --allow-untrusted \
&& apk update \
&& apk add alpine-sdk

Expand Down

0 comments on commit ce24b74

Please sign in to comment.