Skip to content

Commit adc3d83

Browse files
bitnami Image cleaned
1 parent 1114571 commit adc3d83

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

bitnami/Dockerfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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
131128
ARG 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
148146
RUN 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

182180
RUN 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-
191184
USER 1001
192185

193186
ENTRYPOINT [ "/opt/bitnami/scripts/postgresql/timescaledb-bitnami-entrypoint.sh" ]

0 commit comments

Comments
 (0)