mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
Re-add dependencies needed by UI tests to the dev env
This commit is contained in:
@@ -48,7 +48,14 @@ RUN dnf -y update && \
|
|||||||
xmlsec1-devel \
|
xmlsec1-devel \
|
||||||
xmlsec1-openssl \
|
xmlsec1-openssl \
|
||||||
xmlsec1-openssl-devel \
|
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}"
|
ENV PATH="/usr/pgsql-10/bin:${PATH}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user