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