Skip to content

Commit a45f038

Browse files
authored
Pass TIMESCALEDB argument as environment variable (#1069)
1 parent c423b86 commit a45f038

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

postgres-appliance/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ ENV POSTGIS_VERSION=3.5 \
6262
PLPROFILER=REL4_2_5 \
6363
PG_PROFILE=4.7 \
6464
PAM_OAUTH2=v1.0.1 \
65-
PG_PERMISSIONS_COMMIT=f4b7c18676fa64236a1c8e28d34a35764e4a70e2
65+
PG_PERMISSIONS_COMMIT=f4b7c18676fa64236a1c8e28d34a35764e4a70e2 \
66+
TIMESCALEDB=$TIMESCALEDB
6667

6768
WORKDIR /builddeps
6869
RUN bash base.sh

0 commit comments

Comments
 (0)