Skip to content

Commit

Permalink
don't pin containerio.d
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Apr 22, 2024
1 parent f231078 commit 116d2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/install_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sudo modprobe openvswitch && \
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common && \
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && \
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" && \
sudo apt-get update && sudo apt-get install "docker-ce=$DV" "docker-ce-cli=$DV" "containerd.io=$DV" && \
sudo apt-get update && sudo apt-get install "docker-ce=$DV" "docker-ce-cli=$DV" containerd.io && \
sudo apt-get install graphviz wget udhcpd jq nftables && sudo nft flush ruleset && sudo apt-get purge nftables && sudo apt-get --reinstall install iptables && \
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy && \
sudo /etc/init.d/docker restart && \
Expand Down

0 comments on commit 116d2d3

Please sign in to comment.