Skip to content

Commit

Permalink
ensure latest keyring
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Detjens <[email protected]>
  • Loading branch information
detjensrobert committed Jul 11, 2024
1 parent 3403f2b commit eb465c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM quay.io/toolbx/arch-toolbox:latest
# yes putting pacman key in a container image is "bad"
# but this is a very low volume image and i dont care
RUN pacman-key --init && \
pacman -Sy --noconfirm archlinux-keyring && \
pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com && \
pacman-key --lsign-key 3056513887B78AEB && \
pacman -U --noconfirm 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' && \
Expand Down

0 comments on commit eb465c2

Please sign in to comment.