Skip to content

Commit

Permalink
fix(17): fix timescaledb installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 authored Nov 12, 2024
1 parent 0b8f948 commit ab80091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM docker.io/timescale/timescaledb:2.17.2-pg17-bitnami AS timescaledb
RUN mkdir -p /tmp/lib /tmp/share \
&& cd /opt/bitnami/postgresql/lib \
&& cp timescaledb.so /tmp/lib \
&& cp -r $(ls . | grep timescaledb- | sort | tail -n 3) /tmp/lib \
&& cp -r $(ls . | grep timescaledb- | grep -v tsl | sort | tail -n 3) /tmp/lib \
&& cp -r $(ls . | grep timescaledb-tsl- | sort | tail -n 3) /tmp/lib \
&& cd /opt/bitnami/postgresql/share/extension \
&& cp -r $(ls . | grep timescaledb | grep .sql) /tmp/share \
Expand Down

0 comments on commit ab80091

Please sign in to comment.