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 5be7d9e commit 50d743fCopy full SHA for 50d743f
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 py-virtualenv py-pip; \
+ apk add --no-cache gcc curl python2 py-virtualenv py-pip; \
6
fi
7
RUN if [ "${PYTHON_VERSION}" = "3" ] ; then \
8
- apk add --no-cache curl python3 py-virtualenv; \
+ apk add --no-cache gcc curl python3 py-virtualenv; \
9
10
ENV LANG=C.UTF-8
11
0 commit comments