mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 20:05:03 -02:30
Merge pull request #5845 from shanemcd/missing-base-image-deps
Add packages missing from base images Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -11,8 +11,11 @@ RUN dnf -y update && \
|
|||||||
ansible \
|
ansible \
|
||||||
bubblewrap \
|
bubblewrap \
|
||||||
curl \
|
curl \
|
||||||
|
diffutils \
|
||||||
|
dnf-utils \
|
||||||
gcc \
|
gcc \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
|
gettext \
|
||||||
git-core \
|
git-core \
|
||||||
glibc-langpack-en \
|
glibc-langpack-en \
|
||||||
krb5-workstation \
|
krb5-workstation \
|
||||||
@@ -44,11 +47,11 @@ RUN dnf -y update && \
|
|||||||
tmux \
|
tmux \
|
||||||
unzip \
|
unzip \
|
||||||
vim-minimal \
|
vim-minimal \
|
||||||
|
which \
|
||||||
xmlsec1 \
|
xmlsec1 \
|
||||||
xmlsec1-devel \
|
xmlsec1-devel \
|
||||||
xmlsec1-openssl \
|
xmlsec1-openssl \
|
||||||
xmlsec1-openssl-devel \
|
xmlsec1-openssl-devel
|
||||||
dnf-utils
|
|
||||||
|
|
||||||
ADD https://github.com/krallin/tini/releases/download/v0.14.0/tini /tini
|
ADD https://github.com/krallin/tini/releases/download/v0.14.0/tini /tini
|
||||||
RUN chmod +x /tini
|
RUN chmod +x /tini
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ RUN dnf -y update && \
|
|||||||
ansible \
|
ansible \
|
||||||
bubblewrap \
|
bubblewrap \
|
||||||
curl \
|
curl \
|
||||||
|
diffutils \
|
||||||
|
dnf-utils \
|
||||||
gcc \
|
gcc \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
gettext \
|
gettext \
|
||||||
@@ -48,11 +50,11 @@ RUN dnf -y update && \
|
|||||||
tmux \
|
tmux \
|
||||||
unzip \
|
unzip \
|
||||||
vim-minimal \
|
vim-minimal \
|
||||||
|
which \
|
||||||
xmlsec1 \
|
xmlsec1 \
|
||||||
xmlsec1-devel \
|
xmlsec1-devel \
|
||||||
xmlsec1-openssl \
|
xmlsec1-openssl \
|
||||||
xmlsec1-openssl-devel \
|
xmlsec1-openssl-devel
|
||||||
dnf-utils
|
|
||||||
|
|
||||||
# UI tests only, do not put in installer/roles/image_build/templates/Dockerfile.j2
|
# UI tests only, do not put in installer/roles/image_build/templates/Dockerfile.j2
|
||||||
RUN dnf -y install \
|
RUN dnf -y install \
|
||||||
|
|||||||
Reference in New Issue
Block a user