From 5613554376acfb75bb18929cb090746b7ded7c14 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Haso=C5=88?= <martin.hason@gmail.com>
Date: Wed, 13 Sep 2023 22:30:06 +0200
Subject: [PATCH] Updating certificates is not required to run the image

---
 rootfs/docker-entrypoint.d/05-certificates.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/rootfs/docker-entrypoint.d/05-certificates.sh b/rootfs/docker-entrypoint.d/05-certificates.sh
index 338eaf0..32e0ab2 100755
--- a/rootfs/docker-entrypoint.d/05-certificates.sh
+++ b/rootfs/docker-entrypoint.d/05-certificates.sh
@@ -1,5 +1,3 @@
 #!/bin/sh
 
-set -e
-
 update-ca-certificates 1>/dev/null 2>&1