Skip to content

Commit

Permalink
Issue 2 (#3)
Browse files Browse the repository at this point in the history
* Issue 2

* Update Dockerfile

Co-authored-by: Nikita Sobolev <[email protected]>
  • Loading branch information
q0w and sobolevn authored Jan 11, 2022
1 parent 048b9a6 commit 9ecbd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk update && apk upgrade \
# Installing Python:
python3 python3-dev \
# Installing build deps:
libffi-dev openssl-dev build-base git curl \
libffi-dev openssl-dev build-base git curl bash \
# Installing Rust (latest cryptography requires it):
cargo gcc musl-dev \
# Installing pip:
Expand Down

0 comments on commit 9ecbd32

Please sign in to comment.