mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
archlinux image keyring issue
This commit is contained in:
parent
bb75dc4669
commit
c0ea46aab5
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ ARG MIRROR_COUNTRY=US
|
||||||
ARG MIRROR_COUNT=10
|
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
|
# 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 --init \
|
||||||
&& pacman-key --populate archlinux
|
&& pacman-key --populate archlinux
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue