Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit50d743f

Browse files
committed
Add gcc to docker
1 parent5be7d9e commit50d743f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Dockerfile.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM postgres:${PG_VERSION}-alpine
22

33
ENV PYTHON=python${PYTHON_VERSION}
44
RUN if [ "${PYTHON_VERSION}" = "2" ] ; then \
5-
apk add --no-cache curl python2 py-virtualenv py-pip; \
5+
apk add --no-cachegcccurl python2 py-virtualenv py-pip; \
66
fi
77
RUN if [ "${PYTHON_VERSION}" = "3" ] ; then \
8-
apk add --no-cache curl python3 py-virtualenv; \
8+
apk add --no-cachegcccurl python3 py-virtualenv; \
99
fi
1010
ENV LANG=C.UTF-8
1111

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp