Skip to content

Commit

Permalink
fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Dec 6, 2023
1 parent fe818a6 commit fb220cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache \
--virtual=.build-dependencies \
ninja g++ gfortran file binutils \
musl-dev python3-dev openblas-dev lapack-dev && \
apk add libstdc++ openblas lapack && \
apk add libstdc++ openblas && \
\
ln -s locale.h /usr/include/xlocale.h && \
echo 'Pin setuptools version for numpy: https://numpy.org/devdocs/reference/distutils_status_migration.html' && \
Expand All @@ -30,7 +30,7 @@ RUN cd /tmp && \
apk add --no-cache \
--virtual=.build-dependencies \
gcc make file binutils \
musl-dev python3-dev cython gmp-dev suitesparse-dev openblas-dev && \
musl-dev python3-dev gmp-dev suitesparse-dev openblas-dev && \
apk add gmp suitesparse && \
\
pip install --disable-pip-version-check --no-build-isolation pycddlib && \
Expand Down

0 comments on commit fb220cc

Please sign in to comment.