mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
fix: root CA certs missing in docker image
This commit is contained in:
@@ -23,7 +23,13 @@ RUN <<EOF
|
|||||||
apt-get update
|
apt-get update
|
||||||
|
|
||||||
echo "#################################################"
|
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 "#################################################"
|
echo "#################################################"
|
||||||
apt-get install --no-install-recommends -y chromium
|
apt-get install --no-install-recommends -y chromium
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user