From 95d1f48b014deb338ac48ae0a02c82d6b38faf03 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 29 Mar 2016 07:31:11 +0200 Subject: [PATCH] docker: Use non-debug packages for Archlinux Upstream Arch now updated to Qt 5.6 (which means it works with Xvfb), and using debug packages means the image is a lot bigger and builds slower, so let's use the normal packages from [extra]. --- misc/docker/archlinux/Dockerfile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/misc/docker/archlinux/Dockerfile b/misc/docker/archlinux/Dockerfile index 37038b0a6..273bdb134 100644 --- a/misc/docker/archlinux/Dockerfile +++ b/misc/docker/archlinux/Dockerfile @@ -4,19 +4,15 @@ MAINTAINER Florian Bruhin 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 -r 0xD6A1C70FE80A0C82 && \ - pacman-key --lsign-key 0xD6A1C70FE80A0C82 && \ - echo -e '[qt-debug]\nServer = http://qutebrowser.org/qt-debug/$arch' >> /etc/pacman.conf - RUN pacman -Suyy --noconfirm RUN pacman-db-upgrade RUN pacman -S --noconfirm \ git \ python-tox \ - qt5-base-debug \ - qt5-webkit-debug \ - python-pyqt5-debug \ + qt5-base \ + qt5-webkit \ + python-pyqt5 \ xorg-xinit \ herbstluftwm \ xorg-server-xvfb