Skip to content

Commit c0bd948

Browse files
committed
add plpython3 to extended image
1 parent b5a418a commit c0bd948

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extended/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/partial \
1717
postgresql-server-dev-${PG_SERVER_VERSION} \
1818
&& apt-get install --no-install-recommends -y \
1919
postgresql-${PG_SERVER_VERSION}-repack \
20+
&& apt-get install --no-install-recommends -y \
21+
postgresql-plpython3-${PG_SERVER_VERSION} \
2022
# extensions supported in PostgreSQL 12 and below
2123
# bc is used to manage PostgreSQL versions with dot like 9.6
2224
&& if [ $(echo "$PG_SERVER_VERSION < 13" | /usr/bin/bc) = "1" ]; then \

0 commit comments

Comments
 (0)