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