remove tee
docker / docker (push) Failing after 1m13s

This commit is contained in:
Ludovic Cartier
2025-01-03 20:55:35 +01:00
parent 39ae784816
commit b969602069
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: install prerequisites
run: |
apt update
apt install -yq nodejs git curl tee
apt install -yq nodejs git curl
- name: manually install docker-ce-cli
run: |