This commit is contained in:
2023-11-18 18:55:33 +01:00
parent 09b4c0a218
commit 0ce9eacd3d

View File

@@ -46,7 +46,7 @@ jobs:
- run: chmod a+r /etc/apt/keyrings/docker.gpg
- run: echo "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian "$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
- run: apt-get update
- run: apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- run: apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
# - run: sleep 400