8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58a718 commit bfbd729Copy full SHA for bfbd729
ansible/Dockerfile
@@ -464,11 +464,7 @@ RUN tar -xvf /tmp/pgsodium.tar.gz -C /tmp && \
464
WORKDIR /tmp/pgsodium-${pgsodium_release}
465
RUN make -j$(nproc)
466
# 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/
+RUN checkinstall -D --install=no --fstrans=no --pakdir=/tmp --requires=libsodium23 --nodoc
472
473
####################
474
# 19-pg_graphql.yml
0 commit comments