From e9fa847ee24bc947e5f97a07b29c2d40231d250c Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 10 Jan 2026 00:55:30 -0500 Subject: [PATCH] install docker modules --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b98bdd0..1a2ada2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM node:20-alpine RUN apk add --no-cache python3 py3-pip openssh-client git && \ - pip3 install --no-cache-dir --break-system-packages ansible-core + pip3 install --no-cache-dir --break-system-packages ansible-core && \ + ansible-galaxy collection install community.docker WORKDIR /workspace \ No newline at end of file