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
This commit is contained in:
Michał Janiszewski 2018-03-15 13:41:18 +01:00 committed by GitHub
parent 328a838678
commit 5ddf36ad42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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