Skip to content

Commit 019cd28

Browse files
authored
fix: 修复无法构建docker镜像的问题 (#274)
1 parent 8903122 commit 019cd28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:alpine
22

3-
RUN apk add --no-cache gcc g++ musl-dev python3-dev libffi-dev rust rustc cargo pkgconfig libressl-dev
3+
RUN apk add --no-cache gcc g++ musl-dev python3-dev libffi-dev rust openssl-dev cargo pkgconfig
44

55
RUN pip install --no-cache-dir pdm
66

0 commit comments

Comments
 (0)