This commit is contained in:
@ -19,7 +19,7 @@ RUN \
|
|||||||
if [ "$ADDITIONAL_CA_URL" != "x" ]; then \
|
if [ "$ADDITIONAL_CA_URL" != "x" ]; then \
|
||||||
cd /usr/share/ca-certificates; \
|
cd /usr/share/ca-certificates; \
|
||||||
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 "$ADDITIONAL_CA_CHECKSUM custom-ca.crt" | md5sum -c; \
|
||||||
/usr/sbin/update-ca-certificates; \
|
/usr/sbin/update-ca-certificates; \
|
||||||
echo "custom ca added"; \
|
echo "custom ca added"; \
|
||||||
else \
|
else \
|
||||||
|
Reference in New Issue
Block a user