mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 23:18:03 -03:30
Merge pull request #3092 from ansible/jakemcdermott-patch-1
Install dependencies for Chromium in unit test image Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
8686575311
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user