Skip to content

Commit

Permalink
squash! Replace build-essential with make, gcc
Browse files Browse the repository at this point in the history
add libc6-dev
  • Loading branch information
victorlin committed Dec 7, 2022
1 parent 6f3f89b commit bca9b42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
#
# First, add system deps for building¹:
# - gcc: C compiler.
# - libc6-dev: C libraries and header files.
# - libopenblas-dev: Contains optimized versions of BLAS and LAPACK.
# - libsuitesparse-dev: Contains SuiteSparse.
#
Expand All @@ -246,6 +247,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
apt-get update && apt-get install -y --no-install-recommends \
gcc \
libc6-dev \
libopenblas-dev \
libsuitesparse-dev \
&& CVXOPT_SUITESPARSE_INC_DIR=/usr/include/suitesparse \
Expand Down

0 comments on commit bca9b42

Please sign in to comment.