From 6de075839415cadb46a2e607136e275455c94d0e Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 2 Jul 2024 17:38:24 +0800 Subject: [PATCH] ci: update Dockerfiles --- Dockerfile.graalpy | 2 +- Dockerfile.python | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.graalpy b/Dockerfile.graalpy index af106bf..42d701d 100644 --- a/Dockerfile.graalpy +++ b/Dockerfile.graalpy @@ -3,6 +3,6 @@ FROM ghcr.io/graalvm/graalpy-community:24.0.1 RUN yum -y install libffi-devel rust cargo && yum clean all RUN source /app/graalenv/bin/activate && \ - pip install paramiko requests pinyin + pip install requests pinyin VOLUME ["/app/graalenv", "/opt/graalpy-24.0.1"] diff --git a/Dockerfile.python b/Dockerfile.python index bba6b72..a822025 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 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 +RUN pip install requests pinyin VOLUME ["/usr/local/lib/python3.10/site-packages"] \ No newline at end of file