install docker ce cli only

This commit is contained in:
Samuel Aubertin
2026-01-11 18:10:15 +01:00
parent 9393f06049
commit 7ab25f6251

View File

@@ -34,8 +34,8 @@ jobs:
- name: Install docker CLI
run: |
apt-get update
apt-get install -y docker.io
wget -qO- https://download.docker.com/linux/debian/dists/bullseye/pool/stable/amd64/docker-ce-cli_29.1.4-1~debian.11~bullseye_amd64.deb | dpkg -i /dev/stdin
apt-get install -f
- name: Build image
run: |