Skip to content

Commit 45b2c17

Browse files
author
Piotr Grzeskowiak
committed
correct permissions and install git client
1 parent 74016ab commit 45b2c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/delius-ansible-aws/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LABEL org.opencontainers.image.authors="HMPPS Probation Webops Team (probation-w
2222

2323
RUN apk update --no-cache \
2424
&& apk upgrade --no-cache \
25-
&& apk add jq bash
25+
&& apk add jq bash git
2626

2727
# Pip
2828
RUN pip install -U pip;
@@ -34,6 +34,6 @@ RUN pip install --upgrade -r requirements.txt \
3434
# Install session manager
3535
COPY --from=ssm-builder /go/src/github.com/session-manager-plugin/bin/linux_amd64_plugin/session-manager-plugin /usr/local/bin/
3636

37-
RUN adduser -D -u 1000 ansible
37+
RUN adduser -D -u 1001 ansible
3838

3939
USER ansible

0 commit comments

Comments
 (0)