mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -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" && \
|
||||
|
||||
Reference in New Issue
Block a user