Merge pull request #1154 from stilor/final-fixes

Archlinux: update keyring before packages
dev-linux
Alexey Neyman 4 years ago committed by GitHub
commit cc6da356cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save