Skip to content

Commit a14febc

Browse files
committed
Remove pgsodium from image
1 parent a2452d1 commit a14febc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
205205
RUN apt-get install -y pgxnclient
206206

207-
## Add pgsodium extension depedencies
208-
RUN apt-get install -y libsodium23
209-
210207
RUN 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

build_scripts/shared_versions.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ PG_WANTED_EXTENSIONS=(
1717
pglogical
1818
pgpcre
1919
pgrouting
20-
pgsodium
2120
pgvector
2221
pldebugger
2322
repack

0 commit comments

Comments
 (0)