mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03: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:
parent
b64d401e74
commit
d558ffd699
@ -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 \
|
||||
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
|
||||
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
|
||||
|
||||
RUN ln -s /usr/bin/python36 /usr/bin/python3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user