Skip to content

Commit b83147c

Browse files
authored
Fix devspaces build issue (#543)
1 parent c5581d9 commit b83147c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devspaces/context/setup.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ set -eux pipefail
44

55
DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
66

7-
dnf --noplugins remove -y -q subscription-manager dnf-plugin-subscription-manager
7+
dnf --noplugins remove -y -q subscription-manager dnf-plugin-subscription-manager iptables-legacy
8+
dnf install -y -q iptables-nft
89
dnf -y -q makecache
910
dnf -y -q update
1011
dnf install -y -q \

0 commit comments

Comments
 (0)