We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8903122 commit 019cd28Copy full SHA for 019cd28
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:alpine
2
3
-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
4
5
RUN pip install --no-cache-dir pdm
6
0 commit comments