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