Re-add dependencies needed by UI tests to the dev env

This commit is contained in:
Bill Nottingham 2019-10-30 13:06:48 -04:00
parent 84ba383199
commit 36996584f9

View File

@ -48,7 +48,14 @@ RUN dnf -y update && \
xmlsec1-devel \
xmlsec1-openssl \
xmlsec1-openssl-devel \
dnf-utils
dnf-utils && \
# UI tests only, do not put in installer/roles/image_build/templates/Dockerfile.j2
dnf -y install \
gtk3 \
alsa-lib \
libX11-xcb \
libXScrnSaver
ENV PATH="/usr/pgsql-10/bin:${PATH}"