Skip to content

Commit

Permalink
Archlinux: update keyring before packages
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Neyman <stilor@att.net>
  • Loading branch information
stilor committed Feb 28, 2019
1 parent 84854dc commit 2742350
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/docker/archlinux/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2742350

Please sign in to comment.