From 98b9f46838e90880af9a2a0f2a83917e263052f4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 7 Feb 2026 07:14:10 +0100 Subject: [PATCH] Update Dockerfile for config path changes Modify entrypoint script and update config paths. --- zoneminder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zoneminder/Dockerfile b/zoneminder/Dockerfile index a5ee3d4cf..762bbf25c 100644 --- a/zoneminder/Dockerfile +++ b/zoneminder/Dockerfile @@ -28,7 +28,6 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_SERVICES_GRACETIME=0 - # Change config location # hadolint ignore=DL4006 RUN sed -i 's|/etc/zm.conf|/config/addons_config/zoneminder/zm.conf|g' /usr/local/bin/entrypoint.sh \ @@ -63,6 +62,7 @@ ENV PACKAGES="" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh" +RUN sed -i "/chmod 755/a sed -i 's|micro||g' /ha_automatic_packages.sh" /ha_autoapps.sh RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################