Skip to content

Commit

Permalink
Merge pull request #1154 from stilor/final-fixes
Browse files Browse the repository at this point in the history
Archlinux: update keyring before packages
  • Loading branch information
stilor committed Feb 28, 2019
2 parents fc3c543 + 2742350 commit cc6da35
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 cc6da35

Please sign in to comment.