fix: root CA certs missing in docker image

This commit is contained in:
sebthom
2024-03-16 22:09:02 +01:00
parent 7c982ad502
commit ef3429435b

View File

@@ -23,7 +23,13 @@ RUN <<EOF
apt-get update
echo "#################################################"
echo "Install Chromium..."
echo "Installing root CAs..."
echo "#################################################"
apt-get install --no-install-recommends -y ca-certificates
update-ca-certificates
echo "#################################################"
echo "Installing Chromium..."
echo "#################################################"
apt-get install --no-install-recommends -y chromium