mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Fix docker cache
This was causing the cache to miss on some docker versions, in addition to throwing a warning that says it will break soon.
This commit is contained in:
parent
b3d298269b
commit
4d4ae84e32
@ -49,10 +49,10 @@ RUN dnf -y update && \
|
||||
xmlsec1-devel \
|
||||
xmlsec1-openssl \
|
||||
xmlsec1-openssl-devel \
|
||||
dnf-utils && \
|
||||
dnf-utils
|
||||
|
||||
# UI tests only, do not put in installer/roles/image_build/templates/Dockerfile.j2
|
||||
dnf -y install \
|
||||
RUN dnf -y install \
|
||||
gtk3 \
|
||||
alsa-lib \
|
||||
libX11-xcb \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user