fix: install docker CLI in runner
Some checks failed
Tangle and Deploy / tangle (push) Failing after 3m11s

This commit is contained in:
Hermes
2026-05-15 07:16:39 +00:00
parent aa6aacd346
commit ec511b02d9

View File

@@ -7,7 +7,7 @@ jobs:
steps:
- name: Checkout
run: |
apt-get update -qq && apt-get install -y -qq git 2>&1 | tail -2
apt-get update -qq && apt-get install -y -qq git docker.io 2>&1 | tail -1
mkdir -p /workspace
git clone --depth 1 \
http://amr:ef7dbcf8e7d4602ef5baaebacbe294723a0b45cf@10.10.10.201:3001/amr/infrastructure.git \