Skip to content

Commit ba2c4ae

Browse files
committed
Add missing /usr/bin/trust file
1 parent 2ef0c01 commit ba2c4ae

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docker/pgbackrest/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,17 @@ COPY --from=builder /usr/share/pki /usr/share/pki
102102
COPY --from=builder /etc/ssl /etc/ssl
103103
COPY --from=builder /etc/pkcs11 /etc/pkcs11
104104

105+
# p11-kit-trust
106+
COPY --from=builder /usr/bin/trust /usr/bin/
105107

106108
# libraries
107109
COPY --from=builder /usr/bin/nss_wrapper.pl /usr/bin/nss_wrapper.pl
108110
# COPY --from=builder /usr/lib64/libnss_wrapper.so /usr/lib64/libnss_wrapper.so
109111
COPY --from=builder /usr/share/man/man1 /usr/share/man/man1
110112
COPY --from=builder /usr/bin/envsubst /usr/bin/envsubst
111113

114+
RUN /usr/bin/update-ca-trust extract
115+
112116
# add postgres user and group
113117
#RUN groupadd postgres -g 26 && useradd postgres -u 26 -g 26
114118

0 commit comments

Comments
 (0)