Archlinux: update keyring before packages

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2019-02-28 09:01:07 -08:00
parent 84854dc9b0
commit 27423505bf

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