From c168e43917aaff780a538fe3a425e0611cafa7b8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 20 Mar 2025 16:03:49 +0100 Subject: [PATCH] Update Dockerfile --- battybirdnet-pi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/battybirdnet-pi/Dockerfile b/battybirdnet-pi/Dockerfile index 801403985..ab6a135d2 100644 --- a/battybirdnet-pi/Dockerfile +++ b/battybirdnet-pi/Dockerfile @@ -50,7 +50,7 @@ RUN \ # Correct for timedatectl if [[ -f /usr/bin/timedatectl ]]; then rm -r /usr/bin/timedatectl; fi && \ curl -f -L -s -S https://raw.githubusercontent.com/alexbelgium/hassio-addons/refs/heads/master/birdnet-pi/rootfs/helpers/timedatectl -o /usr/bin/timedatectl && \ - chmod 777 /usr/bin/timedatectl \ + chmod 777 /usr/bin/timedatectl && \ \ # Change user to pi and create /home/pi echo "setting users" && \