mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
Re-add dependencies needed by UI tests to the dev env
This commit is contained in:
parent
84ba383199
commit
36996584f9
@ -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}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user