We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad0c0a commit 57b8247Copy full SHA for 57b8247
Dockerfile
@@ -13,7 +13,7 @@ COPY . .
13
# * git: Pythonライブラリのインストールの際に必要
14
# * gcc, musl-dev, postgresql-dev: psycopg2のインストールの際に必要
15
RUN apk add --no-cache -t .used-packages postgresql-libs=12.2-r0 && \
16
- apk add --no-cache -t .build-deps jpeg-dev=8-r6 zlib-dev=1.2.11-r3 git=2.24.3-r0 gcc=9.2.0-r4 musl-dev=1.1.24-r2 postgresql-dev=12.2-r0 && \
+ apk add --no-cache -t .build-deps jpeg-dev=8-r6 zlib-dev=1.2.11-r3 git=2.24.3-r0 gcc=9.3.0-r0 musl-dev=1.1.24-r2 postgresql-dev=12.2-r0 && \
17
pip install pipenv==2020.6.2 --no-cache-dir && \
18
pipenv install && \
19
apk --purge del .build-deps
0 commit comments