diff --git a/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 b/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 index ecdcb32733..838b0ef7c6 100644 --- a/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 +++ b/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 @@ -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 \