Dockerfile: fix pacman invocations

This commit is contained in:
Daniel Schadt 2016-08-16 22:59:55 +02:00
parent 8a644177ca
commit b6ea601f93

View File

@ -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 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-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 -Suyy --noconfirm \
RUN pacman-db-upgrade
RUN pacman -S --noconfirm \
git \ git \
python-tox \ python-tox \
qt5-base \ qt5-base \