asd
Some checks failed
Lint / Run on Ubuntu (push) Successful in 52s
E2E Tests / Run on Ubuntu (push) Failing after 1m54s
Tests / Run on Ubuntu (push) Successful in 2m12s

This commit is contained in:
Chris Richardson
2025-05-09 11:08:28 -04:00
parent cf4890e7bb
commit 2b070df129

View File

@@ -25,6 +25,10 @@ jobs:
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
apt update apt update
apt install -y docker-ce docker-ce-cli containerd.io apt install -y docker-ce docker-ce-cli containerd.io
update-alternatives --set iptables /usr/sbin/iptables-nft
update-alternatives --set ip6tables /usr/sbin/ip6tables-nft
update-alternatives --set arptables /usr/sbin/arptables-nft
update-alternatives --set ebtables /usr/sbin/ebtables-nft
dockerd & dockerd &
docker --version docker --version