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

This commit is contained in:
2025-06-04 15:56:55 +02:00
parent 405d66cdcb
commit 0d4ac4022a

View File

@ -19,7 +19,7 @@ RUN \
if [ "$ADDITIONAL_CA_URL" != "x" ]; then \
cd /usr/share/ca-certificates; \
wget --no-check-certificate -O custom-ca.crt $ADDITIONAL_CA_URL; \
echo "a$ADDITIONAL_CA_CHECKSUM custom-ca.crt" | md5sum -c; \
echo "a$ADDITIONAL_CA_CHECKSUM custom-ca.crt" | md5sum -c || exit 1; \
/usr/sbin/update-ca-certificates; \
echo "custom ca added"; \
else \