Skip to content

Commit

Permalink
Add gmpy2 dependencies packages (#2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
takatost authored Jan 25, 2024
1 parent 21450b8 commit c038040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL maintainer="[email protected]"
FROM base as packages

RUN apt-get update \
&& apt-get install -y --no-install-recommends gcc g++ libc-dev libffi-dev
&& apt-get install -y --no-install-recommends gcc g++ libc-dev libffi-dev libgmp-dev libmpfr-dev libmpc-dev

COPY requirements.txt /requirements.txt

Expand All @@ -32,7 +32,7 @@ ENV TZ UTC
WORKDIR /app/api

RUN apt-get update \
&& apt-get install -y --no-install-recommends curl wget vim nodejs ffmpeg \
&& apt-get install -y --no-install-recommends curl wget vim nodejs ffmpeg libgmp-dev libmpfr-dev libmpc-dev \
&& apt-get autoremove \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit c038040

Please sign in to comment.