From 9cb399f86b890ae0379bb15eae0295743655dd15 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Sat, 29 Jun 2024 21:49:14 +0800 Subject: [PATCH] ci: add some pkg --- Dockerfile.python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.python b/Dockerfile.python index e474c99..bba6b72 100644 --- a/Dockerfile.python +++ b/Dockerfile.python @@ -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"] \ No newline at end of file