Reactivate ArchLinux test image

- Switch to Docker Official Image (https://hub.docker.com/_/archlinux)
- Closes #412

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2021-06-13 22:12:18 +02:00
parent 972051fe11
commit 00dc654813
2 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,6 @@
FROM archlinux/base
FROM archlinux:base
RUN pacman-key --init
RUN pacman -Sy --noconfirm archlinux-keyring
RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm \