From f4e579c31050b8744958ebe88f01f3db19c33636 Mon Sep 17 00:00:00 2001 From: Connor Edwards <38229097+cedws@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:57:48 +0000 Subject: [PATCH] Add timescaledb-toolkit package --- pg16/Dockerfile-timescaledb | 1 + 1 file changed, 1 insertion(+) diff --git a/pg16/Dockerfile-timescaledb b/pg16/Dockerfile-timescaledb index 07088c0..b83bfea 100644 --- a/pg16/Dockerfile-timescaledb +++ b/pg16/Dockerfile-timescaledb @@ -79,6 +79,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ postgresql-$PG_MAJOR_VERSION-postgis-$POSTGIS_MAJOR \ postgresql-$PG_MAJOR_VERSION-postgis-$POSTGIS_MAJOR-scripts \ timescaledb-2-postgresql-$PG_MAJOR_VERSION \ + timescaledb-toolkit-postgresql-$PG_MAJOR_VERSION \ && apt autoremove -y && apt clean # Haproxy