mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Merge pull request #3112 from saito-hideki/pr/fix_ui-test-ci
Fix chrome can not be started with unit-tests due to missing shared libraries Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -16,8 +16,12 @@ RUN yum -y update && yum -y install openssh-server ansible mg vim tmux \
|
|||||||
libstdc++.so.6 gcc cyrus-sasl-devel cyrus-sasl openldap-devel libffi-devel \
|
libstdc++.so.6 gcc cyrus-sasl-devel cyrus-sasl openldap-devel libffi-devel \
|
||||||
xmlsec1-devel swig krb5-devel xmlsec1-openssl xmlsec1 \
|
xmlsec1-devel swig krb5-devel xmlsec1-openssl xmlsec1 \
|
||||||
xmlsec1-openssl-devel libtool-ltdl-devel rabbitmq-server bubblewrap \
|
xmlsec1-openssl-devel libtool-ltdl-devel rabbitmq-server bubblewrap \
|
||||||
zanata-python-client gettext gcc-c++ libcurl-devel bzip2 \
|
zanata-python-client gettext gcc-c++ libcurl-devel bzip2 rsync \
|
||||||
rsync
|
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
|
RUN ln -s /usr/bin/python36 /usr/bin/python3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user