8000 Dockerfile--std2-all.tmpl is updated [cleanup] · postgrespro/testgres@0e68acb · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e68acb

Browse files
Dockerfile--std2-all.tmpl is updated [cleanup]
1 parent b0fd127 commit 0e68acb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile--std2-all.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ FROM postgres:${PG_VERSION}-alpine as base1
66

77
# --------------------------------------------- base2_with_python-3
88
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
9+
RUN apk add --no-cache curl python3 python3-dev build-base musl-dev linux-headers
1010

1111
# For pyenv
12-
RUN apk add build-base gcc-doc
1312
RUN apk add patch
1413
RUN apk add git
1514
RUN apk add xz-dev

0 commit comments

Comments
 (0)
0