File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -204,11 +204,8 @@ RUN if [ -n "${POSTGIS_VERSIONS}" ]; then \
204204# Add a couple 3rd party extension managers to make extension additions easier
205205RUN apt-get install -y pgxnclient
206206
207- # # Add pgsodium extension depedencies
208- RUN apt-get install -y libsodium23
209-
210207RUN for pg in ${PG_VERSIONS}; do \
211- for pkg in pg_uuidv7 pgsodium ; do \
208+ for pkg in pg_uuidv7; do \
212209 PATH="/usr/lib/postgresql/${pg}/bin:$PATH" pgxnclient install --pg_config "/usr/lib/postgresql/${pg}/bin/pg_config" "$pkg" ; \
213210 done; \
214211 done
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ PG_WANTED_EXTENSIONS=(
1717 pglogical
1818 pgpcre
1919 pgrouting
20- pgsodium
2120 pgvector
2221 pldebugger
2322 repack
You can’t perform that action at this time.
0 commit comments