Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions ci/docker/python-wheel-musllinux.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ RUN apk add --no-cache \
curl \
flex \
git \
mono \
ninja \
sccache \
unzip \
wget \
zip
# Add mono from community repo because it's not in the main repo.
# We will be able to use the main repo once we move to alpine 3.22 or later.
RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community mono
zip && \
cert-sync /etc/ssl/certs/ca-certificates.crt

# The linker shipped in Alpine (ld 2.44) causes issue with the generated wheel
# on x86_64 which makes "import pyarrow" abort at startup with:
Expand Down
Loading