File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,9 +123,6 @@ RUN set -ex \
123123 /var/lib/apt/lists/* \
124124 /tmp/* \
125125 /var/tmp/*
126- # \
127- # # Update shared_preload_libraries
128- # && sed -i "s/#shared_preload_libraries = ''/shared_preload_libraries = 'citus,timescaledb'/g" /opt/bitnami/postgresql/conf/postgresql.conf
129126
130127# Add PostGIS Extension
131128ARG POSTGIS_MAJOR
@@ -145,6 +142,7 @@ RUN apt-get update \
145142 postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR-scripts \
146143 && rm -rf /var/lib/apt/lists/*
147144
145+ # Install Zombodb extension
148146RUN apt-get update -y -qq --fix-missing \
149147 && apt-get install -y wget gnupg \
150148 && echo "deb http://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main 15" >> /etc/apt/sources.list.d/pgdg.list \
@@ -181,13 +179,8 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
181179
182180RUN git clone https://github.com/zombodb/zombodb.git \
183181 && cd zombodb \
184- # && sed -i 's/pgrx = "=0.8.3"/pgrx = "=0.8.3"/' Cargo.toml \
185182 && export PATH="/.cargo/bin:$PATH" && cargo pgrx install --release
186183
187-
188- # 0 166.5 /.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-pgrx-0.9.0/Cargo.toml
189- # 0 166.5 /.cargo/registry/src/github.com-1ecc6299db9ec823/pgrx-pg-config-0.9.0/Cargo.toml
190-
191184USER 1001
192185
193186ENTRYPOINT [ "/opt/bitnami/scripts/postgresql/timescaledb-bitnami-entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments