Skip to content

Commit

Permalink
cibw: add -dev packages to musl docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jul 4, 2024
1 parent ec43cda commit d196233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/Dockerfile.musllinux
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/pypa/musllinux_1_2_x86_64

RUN apk add wget eigen openblas hdf5-dev
RUN apk add wget eigen-dev openblas-dev hdf5-dev

#install HighFive
RUN wget -O HighFive.tar.gz https://github.com/BlueBrain/HighFive/archive/v2.2.2.tar.gz && \
Expand Down

0 comments on commit d196233

Please sign in to comment.