Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Nov 2, 2023
1 parent a3319e1 commit d8b77de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/archlinux/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN mkdir .gnupg && \
echo "keyserver-options auto-key-retrieve" > .gnupg/gpg.conf && \
sudo pacman-key --recv A64228CCD26972801C2CE6E3EC931EA46980BA1B --keyserver keyserver.ubuntu.com && \
sudo pacman-key --lsign A64228CCD26972801C2CE6E3EC931EA46980BA1B && \
sudo curl --header 'Host: repo.eeems.codes' https://repo.eeems.codes/eeems-keyring.tar.zst --output eeems-keyring.tar.zst && \
sudo curl --header 'Host: repo.eeems.codes' https://repo.eeems.codes/eeems-linux/eeems-keyring-20220620-1-any.pkg.tar.zst --output eeems-keyring.tar.zst && \
sudo pacman -U --noconfirm ./eeems-keyring.tar.zst && \
sudo rm eeems-keyring.tar.zst && \
sudo sed -i 's|^\(SyncFirst =.*\)$|\1 eeems-keyring|' /etc/pacman.conf && \
Expand Down

0 comments on commit d8b77de

Please sign in to comment.