Skip to content

Commit

Permalink
build_debian: install gmp, mpfr, mpc (tentatively)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgingold committed Jun 1, 2024
1 parent 58594cd commit ae294ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_debian.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@ RUN apt-get update -qq \
lbzip2 \
texinfo \
wget \
libgmp-dev \
libmpfr-dev \
libmpc-dev \
&& apt-get autoclean && apt-get clean && apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit ae294ef

Please sign in to comment.