We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b331fa0 commit e49407aCopy full SHA for e49407a
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 git jq bash curl
+ && apk add jq bash
26
27
# Pip
28
RUN pip install -U pip;
@@ -36,6 +36,4 @@ COPY --from=ssm-builder /go/src/github.com/session-manager-plugin/bin/linux_amd
36
37
RUN adduser -D -u 1000 ansible
38
39
-# USER ansible
40
-
41
-# ENTRYPOINT /bin/bash
+USER ansible
0 commit comments