diff options
author | Alexey Neyman <stilor@att.net> | 2019-02-28 09:02:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-28 09:02:04 -0800 |
commit | cc6da356cd0b30f37b7216703f552ba65a024574 (patch) | |
tree | 02952614d5378219f74ecaa64ece6eff24405992 /testing | |
parent | fc3c5437be1a6dcba4d6226451f311f42c8b5279 (diff) | |
parent | 27423505bf554b7290f5baaad6fe8eafc526be85 (diff) | |
download | crosstool-ng-cc6da356cd0b30f37b7216703f552ba65a024574.tar.gz crosstool-ng-cc6da356cd0b30f37b7216703f552ba65a024574.tar.bz2 crosstool-ng-cc6da356cd0b30f37b7216703f552ba65a024574.zip |
Merge pull request #1154 from stilor/final-fixes
Archlinux: update keyring before packages
Diffstat (limited to 'testing')
-rw-r--r-- | testing/docker/archlinux/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/docker/archlinux/Dockerfile b/testing/docker/archlinux/Dockerfile index c32402a8..80881d87 100644 --- a/testing/docker/archlinux/Dockerfile +++ b/testing/docker/archlinux/Dockerfile @@ -1,6 +1,8 @@ FROM base/archlinux:latest ARG CTNG_UID ARG CTNG_GID +RUN pacman -Sy archlinux-keyring +RUN pacman -Su RUN pacman -Syu --noconfirm RUN pacman -S --noconfirm base-devel git help2man python unzip wget audit RUN groupadd -g $CTNG_GID ctng |