Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ebde3 commit 23790b2Copy full SHA for 23790b2
Dockerfile.tmpl
@@ -2,10 +2,10 @@ FROM postgres:${PG_VERSION}-alpine
2
3
ENV PYTHON=python${PYTHON_VERSION}
4
RUN if [ "${PYTHON_VERSION}" = "2" ] ; then \
5
- apk add --no-cache curl python2 python2-dev gcc py-virtualenv py-pip; \
+ apk add --no-cache curl python2 python2-dev build-base py-virtualenv py-pip; \
6
fi
7
RUN if [ "${PYTHON_VERSION}" = "3" ] ; then \
8
- apk add --no-cache curl python3 python3-dev gcc py-virtualenv; \
+ apk add --no-cache curl python3 python3-dev build-base py-virtualenv; \
9
10
ENV LANG=C.UTF-8
11
0 commit comments