8000 chore: add libsodium to package requires · hscmgroup/postgres@bfbd729 · GitHub
[go: up one dir, main page]

Skip to content

Commit bfbd729

Browse files
committed
chore: add libsodium to package requires
1 parent d58a718 commit bfbd729

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ansible/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -464,11 +464,7 @@ RUN tar -xvf /tmp/pgsodium.tar.gz -C /tmp && \
464464
WORKDIR /tmp/pgsodium-${pgsodium_release}
465465
RUN make -j$(nproc)
466466
# Create debian package
467-
RUN checkinstall -D --install=no --fstrans=no --pakdir=/tmp --nodoc
468-
RUN apt-get update && apt-get install -y --download-only \
469-
libsodium23 \
470-
&& rm -rf /var/lib/apt/lists/*
471-
RUN mv /var/cache/apt/archives/*.deb /tmp/
467+
RUN checkinstall -D --install=no --fstrans=no --pakdir=/tmp --requires=libsodium23 --nodoc
472468

473469
####################
474470
# 19-pg_graphql.yml

0 commit comments

Comments
 (0)
0