Skip to content

Commit

Permalink
Merge pull request #214 from ministryofjustice/fix/runner-image
Browse files Browse the repository at this point in the history
correct permissions and install git client
  • Loading branch information
pete-j-g authored Mar 11, 2024
2 parents 74016ab + 45b2c17 commit 2f34e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/delius-ansible-aws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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

0 comments on commit 2f34e03

Please sign in to comment.