From a95d1bf44fef9b2ad153fb6c89514a5aa6405c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Castro=20Guti=C3=A9rrez?= Date: Tue, 23 Mar 2021 11:17:30 +0000 Subject: [PATCH] modified: entrypoint.sh --- src/entrypoint.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/entrypoint.sh b/src/entrypoint.sh index 215e136..a223b7b 100755 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -3,9 +3,6 @@ # Dump all env vars so we can source them in cron jobs printenv | sed 's/^\(.*\)$/export \1/g' > /env.sh -# Update CA certificates -update-ca-certificates - # Write crontab rcb crontab > crontab