mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Get podman-in-docker working under cgroups v2
This commit is contained in:
parent
90b9c7861c
commit
0c497fa682
@ -107,7 +107,6 @@ RUN dnf -y update && \
|
||||
krb5-workstation \
|
||||
libcgroup-tools \
|
||||
nginx \
|
||||
podman \
|
||||
@postgresql:12 \
|
||||
python3-devel \
|
||||
python3-libselinux \
|
||||
@ -157,6 +156,7 @@ RUN cd /usr/local/bin && \
|
||||
{% if (build_dev|bool) or (kube_dev|bool) %}
|
||||
# Install development/test requirements
|
||||
RUN dnf -y install \
|
||||
crun \
|
||||
gdb \
|
||||
gtk3 \
|
||||
gettext \
|
||||
@ -170,6 +170,7 @@ RUN dnf -y install \
|
||||
nss \
|
||||
make \
|
||||
patch \
|
||||
podman \
|
||||
socat \
|
||||
tmux \
|
||||
wget \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user