Update Dockerfile

This commit is contained in:
Alexandre
2024-10-27 21:33:14 +01:00
committed by GitHub
parent 1372dd120d
commit eced23a59c

View File

@@ -46,8 +46,8 @@ RUN \
chmod a+x /bin/systemctl && \
\
# Coreect for datetimectl
curl -f -L -s -S https://raw.githubusercontent.com/alexbelgium/hassio-addons/refs/heads/master/birdnet-pi/rootfs/helpers/timedatectl -o /bin/timedatectl && \
chmod a+x /bin/timedatectl && \
curl -f -L -s -S https://raw.githubusercontent.com/alexbelgium/hassio-addons/refs/heads/master/birdnet-pi/rootfs/helpers/timedatectl -o $(which timedatectl) && \
chmod a+x $(which timedatectl) && \
\
# Change user to pi and create /home/pi
echo "setting users" && \