summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-02-28 17:02:04 (GMT)
committerGitHub <noreply@github.com>2019-02-28 17:02:04 (GMT)
commitcc6da356cd0b30f37b7216703f552ba65a024574 (patch)
tree02952614d5378219f74ecaa64ece6eff24405992 /testing
parentfc3c5437be1a6dcba4d6226451f311f42c8b5279 (diff)
parent27423505bf554b7290f5baaad6fe8eafc526be85 (diff)
Merge pull request #1154 from stilor/final-fixes
Archlinux: update keyring before packages
Diffstat (limited to 'testing')
-rw-r--r--testing/docker/archlinux/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/docker/archlinux/Dockerfile b/testing/docker/archlinux/Dockerfile
index c32402a..80881d8 100644
--- a/testing/docker/archlinux/Dockerfile
+++ b/testing/docker/archlinux/Dockerfile
@@ -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