Skip to content

Commit

Permalink
--prefer-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavsingh committed May 15, 2024
1 parent 3f5adda commit eb27f0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ RUN pip install --upgrade pip && \
--find-links file:/// \
proxy.py && \
rm *.whl && \
apk add \
py-cryptography && \
pip install \
paramiko==3.4.0
paramiko==3.4.0 \
cryptography==39.0.1 \
--prefer-binary

# Use `--build-arg SKIP_OPENSSL=1` to disable openssl installation
RUN if [[ -z "$SKIP_OPENSSL" ]]; then apk update && apk add openssl; fi
Expand Down

0 comments on commit eb27f0f

Please sign in to comment.