Skip to content

Commit

Permalink
ci: add some pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Jun 29, 2024
1 parent eee1a68 commit 9cb399f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.python
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.fit2cloud.com/metersphere/python:3.10-alpine

RUN apk add --update musl-dev gcc cargo
RUN apk add --update musl-dev gcc cargo build-base libffi-dev openssl-dev
RUN pip install paramiko==2.12.0 cryptography==3.4.7 bcrypt==3.2.0 pynacl==1.4.0 cffi==1.14.6

VOLUME ["/usr/local/lib/python3.10/site-packages"]

0 comments on commit 9cb399f

Please sign in to comment.