Merge pull request #1155 from stilor/archlinux2

Seems like ArchLinux renamed its base on dockerhub
This commit is contained in:
Alexey Neyman 2019-02-28 09:27:18 -08:00 committed by GitHub
commit f208f0f782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,7 @@
FROM base/archlinux:latest
FROM archlinux/base:latest
ARG CTNG_UID
ARG CTNG_GID
RUN pacman -Sy archlinux-keyring
RUN pacman -Su
RUN pacman -Sy --noconfirm archlinux-keyring
RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm base-devel git help2man python unzip wget audit
RUN groupadd -g $CTNG_GID ctng