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