We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5581d9 commit b83147cCopy full SHA for b83147c
devspaces/context/setup.sh
@@ -4,7 +4,8 @@ set -eux pipefail
4
5
DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
6
7
-dnf --noplugins remove -y -q subscription-manager dnf-plugin-subscription-manager
+dnf --noplugins remove -y -q subscription-manager dnf-plugin-subscription-manager iptables-legacy
8
+dnf install -y -q iptables-nft
9
dnf -y -q makecache
10
dnf -y -q update
11
dnf install -y -q \
0 commit comments