Fix Arch docker image
This commit is contained in:
committed by
Tomas Babej
parent
596d681be7
commit
50cfd92ad5
@@ -1,9 +1,8 @@
|
|||||||
FROM base/archlinux:2018.01.01
|
FROM archlinux/archlinux:base-devel
|
||||||
|
|
||||||
RUN pacman -Sy --noconfirm archlinux-keyring
|
RUN pacman -Sy --noconfirm archlinux-keyring
|
||||||
RUN pacman -Syyu --noconfirm
|
RUN pacman -Syyu --noconfirm
|
||||||
RUN pacman -S --noconfirm gnutls util-linux bash-completion cmake python3 git libfaketime
|
RUN pacman -S --noconfirm gnutls util-linux bash-completion cmake python3 git libfaketime
|
||||||
RUN pacman -S --noconfirm make gcc
|
|
||||||
|
|
||||||
# Setup language environment
|
# Setup language environment
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
|
|||||||
Reference in New Issue
Block a user