Update Dockerfile

This commit is contained in:
Alexandre
2025-03-20 16:03:49 +01:00
committed by GitHub
parent 176b14e43f
commit c168e43917

View File

@@ -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" && \