Get podman-in-docker working under cgroups v2

This commit is contained in:
Shane McDonald 2021-01-04 11:47:55 -05:00
parent 90b9c7861c
commit 0c497fa682

View File

@ -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 \