We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c09f6c commit 0835d95Copy full SHA for 0835d95
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 py-setuptools build-base libffi-dev gopenssl-dev openssh-client git make jq bash curl py3-urllib3;
+ apk add py-setuptools build-base libffi-dev openssl-dev openssh-client git make jq bash curl py3-urllib3;
27
28
# Pip
29
RUN pip install -U pip;
0 commit comments