custom ca, 3
Some checks are pending
ci/woodpecker/tag/woodpecker Pipeline is pending

This commit is contained in:
2025-06-04 15:33:14 +02:00
parent 0eb761db27
commit 4ddb6cfd30

View File

@ -19,6 +19,7 @@ RUN \
wget --no-check-certificate -O custom-ca.crt $ADDITIONAL_CA_URL; \ wget --no-check-certificate -O custom-ca.crt $ADDITIONAL_CA_URL; \
echo "a921e440a742f1e67c7714306e2c0d76 custom-ca.crt" | md5sum -c; \ echo "a921e440a742f1e67c7714306e2c0d76 custom-ca.crt" | md5sum -c; \
/usr/sbin/update-ca-certificates; \ /usr/sbin/update-ca-certificates; \
echo "custom ca added"; \
else \ else \
echo "no additional ca"; \ echo "no additional ca"; \
fi fi