ci: Add explicit dependency on "which"

The xvfb-run script depends on it, but it seems Fedora packages ended up
forgetting about it.
This commit is contained in:
Emmanuele Bassi 2018-03-13 17:56:44 +00:00
parent 4e2790ea74
commit b939af0090

View File

@ -59,6 +59,7 @@ RUN dnf -y install \
vulkan-devel \
wayland-devel \
wayland-protocols-devel \
which \
xorg-x11-server-Xvfb
ARG HOST_USER_ID=5555