Skip to content

Commit

Permalink
fix: 修复无法构建docker镜像的问题 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
HandSonic authored Apr 21, 2024
1 parent 8903122 commit 019cd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:alpine

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

RUN pip install --no-cache-dir pdm

Expand Down

0 comments on commit 019cd28

Please sign in to comment.