Skip to content

Commit 0ceb91f

Browse files
committed
Add python3-urllib package
1 parent 23914e8 commit 0ceb91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/delius-ansible-aws/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ LABEL org.opencontainers.image.authors="HMPPS Probation Webops Team (probation-w
2323
# Update and add packages
2424
RUN apk update; \
2525
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;
26+
apk add py-setuptools build-base libffi-dev openssl-dev openssh-client git make jq bash curl python3-urllib;
2727

2828
# Pip
2929
RUN pip install -U pip;

0 commit comments

Comments
 (0)