Attempt greedy docker config update
This is an attempt at updating all docker configurations by simply replacing the `python` packages with `python3`. The Travis CI will let us know if this works.
This commit is contained in:
committed by
Tomas Babej
parent
8b91cd97a8
commit
61a78d0a6f
@@ -2,7 +2,7 @@ FROM base/archlinux:2018.01.01
|
||||
|
||||
RUN pacman -Sy --noconfirm archlinux-keyring
|
||||
RUN pacman -Syyu --noconfirm
|
||||
RUN pacman -S --noconfirm gnutls util-linux bash-completion cmake python git libfaketime
|
||||
RUN pacman -S --noconfirm gnutls util-linux bash-completion cmake python3 git libfaketime
|
||||
RUN pacman -S --noconfirm make gcc
|
||||
|
||||
# Setup language environment
|
||||
|
||||
Reference in New Issue
Block a user