mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Install dependencies for Chromium in unit test image
This commit is contained in:
@@ -1,7 +1,11 @@
|
|||||||
FROM gcr.io/ansible-tower-engineering/awx_devel:latest
|
FROM gcr.io/ansible-tower-engineering/awx_devel:latest
|
||||||
|
|
||||||
# For UI tests
|
# 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
|
RUN npm set progress=false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user