mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
fix: root CA certs missing in docker image
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user