Skip to content

Commit

Permalink
Add additional dependencies to build cryptography on Pi
Browse files Browse the repository at this point in the history
  • Loading branch information
none authored and mik3y committed Jul 11, 2021
1 parent e986325 commit 856cbe7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ RUN apk update && \
libjpeg-turbo-dev \
zlib-dev \
py-gevent \
libffi-dev
libffi-dev \
musl-dev \
python3-dev \
openssl-dev \
cargo

RUN pip install poetry

Expand Down

0 comments on commit 856cbe7

Please sign in to comment.