Skip to content

Commit e9dcfc3

Browse files
authored
try to fix timescaledb toolkit
1 parent 23bb85c commit e9dcfc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

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

2727
# Install Timescale Toolkit
2828
apt-get update
29-
apt-get install -y --no-install-recommends "timescaledb-toolkit-postgresql-$POSTGRES_VERSION=$TIMESCALE_TOOLKIT_VERSION~debian$VERSION_ID"
29+
apt-get install -y --no-install-recommends "timescaledb-toolkit-postgresql-$POSTGRES_VERSION=1:$TIMESCALE_TOOLKIT_VERSION~debian$VERSION_ID"
3030

3131
# Cleanup
3232
apt-get purge -y curl

0 commit comments

Comments
 (0)