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