We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74016ab commit 45b2c17Copy full SHA for 45b2c17
docker/delius-ansible-aws/Dockerfile
@@ -22,7 +22,7 @@ LABEL org.opencontainers.image.authors="HMPPS Probation Webops Team (probation-w
22
23
RUN apk update --no-cache \
24
&& apk upgrade --no-cache \
25
- && apk add jq bash
+ && apk add jq bash git
26
27
# Pip
28
RUN pip install -U pip;
@@ -34,6 +34,6 @@ RUN pip install --upgrade -r requirements.txt \
34
# Install session manager
35
COPY --from=ssm-builder /go/src/github.com/session-manager-plugin/bin/linux_amd64_plugin/session-manager-plugin /usr/local/bin/
36
37
-RUN adduser -D -u 1000 ansible
+RUN adduser -D -u 1001 ansible
38
39
USER ansible
0 commit comments