We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23914e8 commit 0ceb91fCopy full SHA for 0ceb91f
docker/delius-ansible-aws/Dockerfile
@@ -23,7 +23,7 @@ LABEL org.opencontainers.image.authors="HMPPS Probation Webops Team (probation-w
23
# Update and add packages
24
RUN apk update; \
25
apk add gcc musl-dev python3-dev libffi-dev openssl-dev cargo; \
26
- apk add python3-dev py-setuptools build-base libffi-dev openssl-dev openssh-client git make jq bash curl;
+ apk add py-setuptools build-base libffi-dev openssl-dev openssh-client git make jq bash curl python3-urllib;
27
28
# Pip
29
RUN pip install -U pip;
0 commit comments