Fix Arch docker image
This commit is contained in:
committed by
Tomas Babej
parent
4ebf611b91
commit
2620714b43
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user