We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80524fe commit ff06750Copy full SHA for ff06750
Dockerfile
@@ -16,13 +16,16 @@ FROM wrouesnel/postgres_exporter:latest AS postgres_exporter
16
17
FROM postgres:${PG_VERSION}
18
ARG VERSION
19
+ARG POSTGIS_MAJOR=3
20
21
LABEL fly.app_role=postgres_cluster
22
LABEL fly.version=${VERSION}
23
LABEL fly.pg-version=${PG_VERSION}
24
25
RUN apt-get update && apt-get install --no-install-recommends -y \
26
ca-certificates curl bash dnsutils vim-tiny procps jq haproxy \
27
+ postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
28
+ postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR-scripts \
29
&& apt autoremove -y
30
31
COPY --from=stolon /go/src/app/bin/* /usr/local/bin/
0 commit comments