mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Add packages missing from base images
Related: - https://github.com/ansible/awx/issues/5770 - https://github.com/ansible/awx/issues/5724
This commit is contained in:
@@ -14,6 +14,8 @@ RUN dnf -y update && \
|
||||
ansible \
|
||||
bubblewrap \
|
||||
curl \
|
||||
diffutils \
|
||||
dnf-utils \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
gettext \
|
||||
@@ -48,11 +50,11 @@ RUN dnf -y update && \
|
||||
tmux \
|
||||
unzip \
|
||||
vim-minimal \
|
||||
which \
|
||||
xmlsec1 \
|
||||
xmlsec1-devel \
|
||||
xmlsec1-openssl \
|
||||
xmlsec1-openssl-devel \
|
||||
dnf-utils
|
||||
xmlsec1-openssl-devel
|
||||
|
||||
# UI tests only, do not put in installer/roles/image_build/templates/Dockerfile.j2
|
||||
RUN dnf -y install \
|
||||
|
||||
Reference in New Issue
Block a user