From 45b2c1766d90a0fb52d6e67305aacb566af7395a Mon Sep 17 00:00:00 2001 From: Piotr Grzeskowiak Date: Mon, 11 Mar 2024 16:14:35 +0000 Subject: [PATCH] correct permissions and install git client --- docker/delius-ansible-aws/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/delius-ansible-aws/Dockerfile b/docker/delius-ansible-aws/Dockerfile index 866387ba..a039a294 100644 --- a/docker/delius-ansible-aws/Dockerfile +++ b/docker/delius-ansible-aws/Dockerfile @@ -22,7 +22,7 @@ LABEL org.opencontainers.image.authors="HMPPS Probation Webops Team (probation-w RUN apk update --no-cache \ && apk upgrade --no-cache \ - && apk add jq bash + && apk add jq bash git # Pip RUN pip install -U pip; @@ -34,6 +34,6 @@ RUN pip install --upgrade -r requirements.txt \ # Install session manager COPY --from=ssm-builder /go/src/github.com/session-manager-plugin/bin/linux_amd64_plugin/session-manager-plugin /usr/local/bin/ -RUN adduser -D -u 1000 ansible +RUN adduser -D -u 1001 ansible USER ansible \ No newline at end of file