This commit is contained in:
Sergey 2020-11-26 23:59:18 +04:00
parent a6da201574
commit 83713caeff

View File

@ -3,7 +3,7 @@
FROM alpine:latest
RUN echo "===> Adding Python runtime..." && \
apk add --no-cache py3-pip openssl ca-certificates sshpass openssh-client git && \
apk add --no-cache py3-pip openssl ca-certificates sshpass openssh-client git curl && \
apk add --no-cache --virtual build-dependencies \
python3-dev libffi-dev openssl-dev build-base && \
\