mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 20:05:03 -02:30
Fix chrome can not be started with unit-tests due to missing shared libraries
- Modify Dockerfile to install necesarry shared libraries for chrome Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
@@ -16,8 +16,10 @@ 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
|
libXcomposite libXcursor libXdamage libXext libXfixes libXi libXrender \
|
||||||
|
libXtst cups-libs libXScrnSaver libXrandr alsa-lib pango cairo \
|
||||||
|
atk at-spi2-atk gtk3 gdk-pixbuf2
|
||||||
|
|
||||||
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