We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bb85c commit e9dcfc3Copy full SHA for e9dcfc3
1 file changed
Dockerfile
@@ -26,7 +26,7 @@ RUN <<EOT
26
27
# Install Timescale Toolkit
28
apt-get update
29
- 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"
30
31
# Cleanup
32
apt-get purge -y curl
0 commit comments