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 e50ff8c commit ae3dec2Copy full SHA for ae3dec2
Dockerfile
@@ -21,7 +21,7 @@ RUN <<EOT
21
22
# Install Timescale
23
apt-get update
24
- apt-get install -y --no-install-recommends "timescaledb-2-postgresql-$POSTGRES_VERSION=$TIMESCALE_VERSION~debian$VERSION_ID"
+ 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"
25
26
# Cleanup
27
apt-get purge -y curl
0 commit comments