Skip to content

Commit

Permalink
try to fix timescaledb toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
gugu authored Oct 27, 2024
1 parent 23bb85c commit e9dcfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN <<EOT

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

# Cleanup
apt-get purge -y curl
Expand Down

0 comments on commit e9dcfc3

Please sign in to comment.