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 && \ chmod a+x /bin/systemctl && \
\ \
# Coreect for datetimectl # 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 && \ 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 /bin/timedatectl && \ chmod a+x $(which timedatectl) && \
\ \
# Change user to pi and create /home/pi # Change user to pi and create /home/pi
echo "setting users" && \ echo "setting users" && \