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

This commit is contained in:
2025-06-04 15:37:48 +02:00
parent 92b61fdae0
commit 1fb4c387a7

View File

@ -14,6 +14,7 @@ RUN \
adduser -s /bin/sh -D user &&\
mkdir -p $APP_DIR &&\
chown user:user $APP_DIR &&\
echo $ADDITIONAL_CA_URL &&\
if [ "$ADDITIONAL_CA_URL" != "x" ]; then \
cd /usr/share/ca-certificates; \
wget --no-check-certificate -O custom-ca.crt $ADDITIONAL_CA_URL; \