From 495b7fd2f07dad67547125f83c5967c3ecdf288a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Thu, 20 Feb 2025 00:58:17 +0100 Subject: [PATCH] podman needs iptables --- lib/functions.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/functions.sh b/lib/functions.sh index 9adf9a1..a57f98f 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -1450,7 +1450,9 @@ EOF elif [ "$OSRELEASE" = "openmandriva" ]; then dnf -y --refresh install curl traefik-certs-dumper duplicity duplicity-backend-b2 duplicity-backend-local duplicity-backend-s3_boto3 duplicity-backend-ssh_paramiko if [ "$USE_PODMAN" = "true" ]; then - dnf -y --refresh install podman podman-compose crun + dnf -y --refresh install podman podman-compose crun iptables + # We want to run a real DNS, can't block port 53 + rpm -e aardvark-dns ln -s podman /usr/bin/docker ln -s podman-compose /usr/bin/docker-compose systemctl --user start podman.socket