Fix Arch docker image

This commit is contained in:
Max Rossmannek 2020-11-28 15:59:37 +01:00 committed by Tomas Babej
parent 4ebf611b91
commit 2620714b43
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -1,9 +1,8 @@
FROM base/archlinux:2018.01.01
FROM archlinux/archlinux:base-devel
RUN pacman -Sy --noconfirm archlinux-keyring
RUN pacman -Syyu --noconfirm
RUN pacman -S --noconfirm gnutls util-linux bash-completion cmake python3 git libfaketime
RUN pacman -S --noconfirm make gcc
# Setup language environment
ENV LANG en_US.UTF-8