Skip to content

Commit 05844d7

Browse files
committed
test
1 parent e599a0e commit 05844d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic/Dockerfile-node8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN set -eux; \
4444
rm -r /etc/ssl/certs
4545

4646
COPY --from=node_16 /certs /etc/ssl/certs
47-
RUN update-ca-certificates
47+
RUN npm config set cafile /etc/ssl/certs/ca-certificates.crt
4848

4949
# wkhtmltopdf image version
5050
FROM cubyn/wkhtmltopdf:${WKHTMLTOPDF_TAG} as wkhtmltopdf_src

0 commit comments

Comments
 (0)