Install dependencies for Chromium in unit test image

This commit is contained in:
Jake McDermott 2019-01-28 15:57:17 -05:00 committed by GitHub
parent 9d501327fc
commit 73f617d811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,11 @@
FROM gcr.io/ansible-tower-engineering/awx_devel:latest
# For UI tests
RUN yum install -y bzip2 gcc-c++
RUN yum install -y 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 npm set progress=false