Skip to content

Commit ae3dec2

Browse files
committed
Install the same loader version as the timescale version
1 parent e50ff8c commit ae3dec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN <<EOT
2121

2222
# Install Timescale
2323
apt-get update
24-
apt-get install -y --no-install-recommends "timescaledb-2-postgresql-$POSTGRES_VERSION=$TIMESCALE_VERSION~debian$VERSION_ID"
24+
apt-get install -y --no-install-recommends "timescaledb-2-postgresql-$POSTGRES_VERSION=$TIMESCALE_VERSION~debian$VERSION_ID" "timescaledb-2-loader-postgresql-$POSTGRES_VERSION=$TIMESCALE_VERSION~debian$VERSION_ID"
2525

2626
# Cleanup
2727
apt-get purge -y curl

0 commit comments

Comments
 (0)