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

View File

@@ -3,7 +3,7 @@
FROM alpine:latest FROM alpine:latest
RUN echo "===> Adding Python runtime..." && \ 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 \ apk add --no-cache --virtual build-dependencies \
python3-dev libffi-dev openssl-dev build-base && \ python3-dev libffi-dev openssl-dev build-base && \
\ \