Skip to content

Commit e49407a

Browse files
committed
Changes
1 parent b331fa0 commit e49407a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docker/delius-ansible-aws/Dockerfile

+2-4
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 git jq bash curl
25+
&& apk add jq bash
2626

2727
# Pip
2828
RUN pip install -U pip;
@@ -36,6 +36,4 @@ COPY --from=ssm-builder /go/src/github.com/session-manager-plugin/bin/linux_amd
3636

3737
RUN adduser -D -u 1000 ansible
3838

39-
# USER ansible
40-
41-
# ENTRYPOINT /bin/bash
39+
USER ansible

0 commit comments

Comments
 (0)