Merge pull request #1154 from stilor/final-fixes

Archlinux: update keyring before packages
This commit is contained in:
Alexey Neyman 2019-02-28 09:02:04 -08:00 committed by GitHub
commit cc6da356cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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