Skip to content

Commit 6d1ca8e

Browse files
committed
Add gcc, libffi-dev, and musl-dev as system package dependencies
These packages are necessary to build the cffi wheel for the 386 platform.
1 parent 4ef6859 commit 6d1ca8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ ENV PYTHON_WHEEL_VERSION=0.45.1
2727
# Install the system package dependencies necessary to set up the image's Python
2828
# virtual environment.
2929
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 \
3033
py3-cryptography=44.0.3-r0 \
3134
py3-pip=25.1.1-r0 \
3235
py3-setuptools=80.9.0-r0 \

0 commit comments

Comments
 (0)