Skip to content

Commit

Permalink
Dockerfile: update build dependencies for "cryptography" PyPi package
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas0907 committed Jul 12, 2021
1 parent e569de0 commit 40f1fb8
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 @@ -6,7 +6,7 @@ RUN apk add --no-cache openssl-dev libxml2-dev libxslt-dev

COPY . .

RUN apk add --no-cache --virtual .build-deps gcc musl-dev libffi-dev \
RUN apk add --no-cache --virtual .build-deps gcc musl-dev python3-dev libffi-dev openssl-dev cargo \
&& pip install -e . \
&& apk del .build-deps

Expand Down

0 comments on commit 40f1fb8

Please sign in to comment.