Skip to content

Commit

Permalink
ci: update Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Jul 2, 2024
1 parent 8192294 commit 6de0758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.graalpy
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
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 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"]

0 comments on commit 6de0758

Please sign in to comment.