diff options
| author | sickcodes <[email protected]> | 2022-11-16 14:41:37 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2022-11-16 14:41:37 +0000 |
| commit | c0ea46aab557d0a7decafd0e9aca12acc31f0443 (patch) | |
| tree | bacfd8ebd2fddfc6f5611b66ef958f8e78f19cd7 | |
| parent | git pull when doubling builds on one server (diff) | |
| download | docker-osx-c0ea46aab557d0a7decafd0e9aca12acc31f0443.tar.xz docker-osx-c0ea46aab557d0a7decafd0e9aca12acc31f0443.zip | |
archlinux image keyring issue
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -68,7 +68,8 @@ ARG MIRROR_COUNTRY=US ARG MIRROR_COUNT=10 # Fixes issue with invalid GPG keys: update the archlinux-keyring package to get the latest keys, then remove and regenerate gnupg keys -RUN rm -rf /etc/pacman.d/gnupg \ +RUN pacman -Sy archlinux-keyring --noconfirm \ + && rm -rf /etc/pacman.d/gnupg \ && pacman-key --init \ && pacman-key --populate archlinux |