From 5ddf36ad4240046e7e1ab112fcb79f03c8a1e8c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 15 Mar 2018 13:41:18 +0100 Subject: [PATCH] Add systemd (udev) to 64 bit Arch dockerfile [ci skip] https://git.archlinux.org/svntogit/packages.git/commit/trunk/PKGBUILD?h=packages/libdrm&id=d490fde508be38c2758588bb3b42b29101edcd78 enabled udev support in libdrm, however the dependency array was not updated to reflect that, resulting in missing package in our docker container. This explicitly adds systemd to installed packages. Upstream bug at https://bugs.archlinux.org/task/57851 --- dockerfiles/64bit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/64bit/Dockerfile b/dockerfiles/64bit/Dockerfile index 02c63f7c29..451a1499b3 100644 --- a/dockerfiles/64bit/Dockerfile +++ b/dockerfiles/64bit/Dockerfile @@ -2,5 +2,5 @@ FROM nfnty/arch-mini RUN pacman -Syyu --noconfirm RUN pacman -S --noconfirm gcc gcc-libs git curl jshon expac yajl wget unzip cmake ninja && pacman -Sc -RUN pacman -S --noconfirm curl sdl2 speex fontconfig openssl libpng jansson libzip && pacman -Sc +RUN pacman -S --noconfirm systemd curl sdl2 speex fontconfig openssl libpng jansson libzip && pacman -Sc RUN pacman -S --noconfirm --needed make pkg-config