From 23516993e522df1e34d5f3af07d417425c3a77c0 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 29 Sep 2024 21:51:31 -0700 Subject: [PATCH] Dockerfile git addition --- ansible/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/Dockerfile b/ansible/Dockerfile index fc47502..76f8cad 100644 --- a/ansible/Dockerfile +++ b/ansible/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:latest -RUN apk --update add sudo python3 openssl ca-certificates openssh-client rsync && \ +RUN apk --update add sudo python3 git openssl ca-certificates openssh-client rsync && \ apk --update add --virtual build-dependencies \ python3-dev libffi-dev openssl-dev build-base \ ansible py3-ansible-lint && \