Dockerfile: fix pacman invocations
This commit is contained in:
parent
8a644177ca
commit
b6ea601f93
@ -3,12 +3,9 @@ MAINTAINER Florian Bruhin <me@the-compiler.org>
|
||||
|
||||
RUN echo 'Server = http://mirror.de.leaseweb.net/archlinux/$repo/os/$arch' > /etc/pacman.d/mirrorlist
|
||||
RUN pacman-key --init && pacman-key --populate archlinux && pacman -Sy --noconfirm archlinux-keyring
|
||||
RUN pacman -S --noconfirm pacman | cat && pacman-db-upgrade
|
||||
RUN pacman -S --noconfirm pacman && pacman-db-upgrade
|
||||
|
||||
RUN pacman -Suyy --noconfirm
|
||||
RUN pacman-db-upgrade
|
||||
|
||||
RUN pacman -S --noconfirm \
|
||||
RUN pacman -Suyy --noconfirm \
|
||||
git \
|
||||
python-tox \
|
||||
qt5-base \
|
||||
|
Loading…
Reference in New Issue
Block a user