mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 08:31:28 -03:30
Fix chrome can not be started with unit-tests due to missing shared libraries
- Added installation packages conforming to the unit-tests/Dockerfile Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
d558ffd699
commit
3e5f328b52
@ -17,9 +17,11 @@ RUN yum -y update && yum -y install openssh-server ansible mg vim tmux \
|
||||
xmlsec1-devel swig krb5-devel xmlsec1-openssl xmlsec1 \
|
||||
xmlsec1-openssl-devel libtool-ltdl-devel rabbitmq-server bubblewrap \
|
||||
zanata-python-client gettext gcc-c++ libcurl-devel bzip2 rsync \
|
||||
libXcomposite libXcursor libXdamage libXext libXfixes libXi libXrender \
|
||||
libXtst cups-libs libXScrnSaver libXrandr alsa-lib pango cairo \
|
||||
atk at-spi2-atk gtk3 gdk-pixbuf2
|
||||
pango libXcomposite libXcursor libXdamage \
|
||||
libXext libXi libXtst cups-libs libXScrnSaver libXrandr GConf2 alsa-lib atk \
|
||||
gtk3 ipa-gothic-fonts xorg-x11-fonts-100dpi xorg-x11-fonts-75dpi \
|
||||
xorg-x11-utils xorg-x11-fonts-cyrillic xorg-x11-fonts-Type1 \
|
||||
xorg-x11-fonts-misc
|
||||
|
||||
RUN ln -s /usr/bin/python36 /usr/bin/python3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user