Skip to content

Commit 1e5beef

Browse files
committed
Merge branch 'add_plpython3_to_extended_image' into 'master'
add plpython3 to extended image See merge request postgres-ai/custom-images!22
2 parents b5a418a + c0bd948 commit 1e5beef

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)