From 0d646b0d41b684997d8c4b06291be1f7b6aa12db Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Mon, 6 Apr 2026 13:40:50 -0400 Subject: [PATCH] install docker-cli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a2ada2..404455a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:20-alpine -RUN apk add --no-cache python3 py3-pip openssh-client git && \ +RUN apk add --no-cache python3 py3-pip openssh-client docker-cli git && \ pip3 install --no-cache-dir --break-system-packages ansible-core && \ ansible-galaxy collection install community.docker