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.
2 parents b5a418a + c0bd948 commit 1e5beefCopy full SHA for 1e5beef
extended/Dockerfile
@@ -17,6 +17,8 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/partial \
17
postgresql-server-dev-${PG_SERVER_VERSION} \
18
&& apt-get install --no-install-recommends -y \
19
postgresql-${PG_SERVER_VERSION}-repack \
20
+ && apt-get install --no-install-recommends -y \
21
+ postgresql-plpython3-${PG_SERVER_VERSION} \
22
# extensions supported in PostgreSQL 12 and below
23
# bc is used to manage PostgreSQL versions with dot like 9.6
24
&& if [ $(echo "$PG_SERVER_VERSION < 13" | /usr/bin/bc) = "1" ]; then \
0 commit comments