We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef0c01 commit ba2c4aeCopy full SHA for ba2c4ae
1 file changed
docker/pgbackrest/Dockerfile
@@ -102,13 +102,17 @@ COPY --from=builder /usr/share/pki /usr/share/pki
102
COPY --from=builder /etc/ssl /etc/ssl
103
COPY --from=builder /etc/pkcs11 /etc/pkcs11
104
105
+# p11-kit-trust
106
+COPY --from=builder /usr/bin/trust /usr/bin/
107
108
# libraries
109
COPY --from=builder /usr/bin/nss_wrapper.pl /usr/bin/nss_wrapper.pl
110
# COPY --from=builder /usr/lib64/libnss_wrapper.so /usr/lib64/libnss_wrapper.so
111
COPY --from=builder /usr/share/man/man1 /usr/share/man/man1
112
COPY --from=builder /usr/bin/envsubst /usr/bin/envsubst
113
114
+RUN /usr/bin/update-ca-trust extract
115
+
116
# add postgres user and group
117
#RUN groupadd postgres -g 26 && useradd postgres -u 26 -g 26
118
0 commit comments