8000
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 b0fd127 commit 0e68acbCopy full SHA for 0e68acb
Dockerfile--std2-all.tmpl
@@ -6,10 +6,9 @@ FROM postgres:${PG_VERSION}-alpine as base1
6
7
# --------------------------------------------- base2_with_python-3
8
FROM base1 as base2_with_python-3
9
-RUN apk add --no-cache curl python3 python3-dev build-base musl-dev linux-headers py-virtualenv
+RUN apk add --no-cache curl python3 python3-dev build-base musl-dev linux-headers
10
11
# For pyenv
12
-RUN apk add build-base gcc-doc
13
RUN apk add patch
14
RUN apk add git
15
RUN apk add xz-dev
0 commit comments