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

Commit23790b2

Browse files
committed
Add build-base package to Dockerfile
1 parenta0ebde3 commit23790b2

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 python2-devgcc py-virtualenv py-pip; \
5+
apk add --no-cache curl python2 python2-devbuild-base py-virtualenv py-pip; \
66
fi
77
RUN if [ "${PYTHON_VERSION}" = "3" ] ; then \
8-
apk add --no-cache curl python3 python3-devgcc py-virtualenv; \
8+
apk add --no-cache curl python3 python3-devbuild-base py-virtualenv; \
99
fi
1010
ENV LANG=C.UTF-8
1111

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp