Skip to content

Commit 57b8247

Browse files
massongitnakkaa
authored andcommitted
gccアップデート
1 parent aad0c0a commit 57b8247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY . .
1313
# * git: Pythonライブラリのインストールの際に必要
1414
# * gcc, musl-dev, postgresql-dev: psycopg2のインストールの際に必要
1515
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 && \
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.3.0-r0 musl-dev=1.1.24-r2 postgresql-dev=12.2-r0 && \
1717
pip install pipenv==2020.6.2 --no-cache-dir && \
1818
pipenv install && \
1919
apk --purge del .build-deps

0 commit comments

Comments
 (0)