mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Install dependencies for Chromium in unit test image
This commit is contained in:
parent
9d501327fc
commit
73f617d811
@ -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