From 019cd28e2975763d7cfb9e3d9dc5a71ef6d2483e Mon Sep 17 00:00:00 2001 From: HandSonic <8078023+HandSonic@users.noreply.github.com> Date: Sun, 21 Apr 2024 22:16:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=9E=84=E5=BB=BAdocker=E9=95=9C=E5=83=8F=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#274)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0dc8a0b..f9cee6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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