We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b2f3d commit 502b9b8Copy full SHA for 502b9b8
Dockerfile
@@ -5,7 +5,7 @@
5
FROM python:3-alpine
6
7
# Install dependencies
8
-RUN apk add --no-cache jq git bash libcurl curl
+RUN apk add --no-cache jq git bash libcurl curl openssh-client
9
10
# Install pycurl
11
ENV PYCURL_SSL_LIBRARY=openssl
0 commit comments