Commit 7aee7573 authored by Ignacio's avatar Ignacio
Browse files

Merge branch 'dev' into 'master'

DevInstala plpython3

See merge request redmic-project/postgres/postgresql!24
parents aa48f790 432c2316
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ COPY scripts /tmp
RUN apt-get update \
	&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
		locales \
		postgresql-plpython-${PG_MAJOR} \
		postgresql-plpython3-${PG_MAJOR} \
		postgresql-${PG_MAJOR}-cron \
		postgresql-${PG_MAJOR}-postgis-${PG_POSTGIS_VERSION} \
		postgresql-${PG_MAJOR}-postgis-${PG_POSTGIS_VERSION}-scripts \