diff options
| author | sickcodes <[email protected]> | 2022-11-16 14:46:51 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2022-11-16 14:46:51 +0000 |
| commit | e612ca3229b7bec9a966bc30ae055557a1313072 (patch) | |
| tree | 2fab4e4a36d711fd2b9d29a651a388e9150eef09 /Dockerfile | |
| parent | Add Worldwide mirrors (diff) | |
| download | docker-osx-e612ca3229b7bec9a966bc30ae055557a1313072.tar.xz docker-osx-e612ca3229b7bec9a966bc30ae055557a1313072.zip | |
Warning still exit 1's
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ ARG MIRROR_COUNT=10 RUN tee /etc/pacman.d/mirrorlist <<< 'Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch' \ && tee -a /etc/pacman.d/mirrorlist <<< 'Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch' \ - && tee -a /etc/pacman.d/mirrorlist <<< 'Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch' \ + && tee -a /etc/pacman.d/mirrorlist <<< 'Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch' # Fixes issue with invalid GPG keys: update the archlinux-keyring package to get the latest keys, then remove and regenerate gnupg keys RUN pacman -Sy archlinux-keyring --noconfirm \ |