소스 검색

Add gmpy2 dependencies packages (#2216)

tags/0.5.1
takatost 1 년 전
부모
커밋
c038040e1b
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      api/Dockerfile

+ 2
- 2
api/Dockerfile 파일 보기

@@ -7,7 +7,7 @@ LABEL maintainer="takatost@gmail.com"
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

@@ -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/*


Loading…
취소
저장