Skip to content

Commit

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

# 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 11ec24b

Please sign in to comment.