summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-02-28 17:01:07 (GMT)
committerAlexey Neyman <stilor@att.net>2019-02-28 17:01:07 (GMT)
commit27423505bf554b7290f5baaad6fe8eafc526be85 (patch)
tree76e96aa6b42ca9f217054730c27e390e601c8888 /testing
parent84854dc9b03d0ff60c7b2e1e46331eadcc89fc58 (diff)
Archlinux: update keyring before packages
Signed-off-by: Alexey Neyman <stilor@att.net>
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