We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef6859 commit 6d1ca8eCopy full SHA for 6d1ca8e
Dockerfile
@@ -27,6 +27,9 @@ ENV PYTHON_WHEEL_VERSION=0.45.1
27
# Install the system package dependencies necessary to set up the image's Python
28
# virtual environment.
29
RUN apk --no-cache add \
30
+ gcc=14.2.0-r6 \
31
+ libffi-dev=3.4.8-r0 \
32
+ musl-dev=1.2.5-r10 \
33
py3-cryptography=44.0.3-r0 \
34
py3-pip=25.1.1-r0 \
35
py3-setuptools=80.9.0-r0 \
0 commit comments