Update Dockerfile

This commit is contained in:
Alexandre
2025-08-20 08:37:23 +02:00
committed by GitHub
parent af2f768e92
commit 7855bd1c75

View File

@@ -54,10 +54,10 @@ RUN \
# Correct for journalctl
curl -f -L -s -S https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/journalctl3.py -o /helpers/journalctl && \
cp -rf /helpers/journalctl /bin/journalctl && \
chmod a+x /bin/journalctl && \
chmod a+x /journalctl && \
\
# Correct for timedatectl
cp /helpers/timedatectl /usr/bin/timedatectl && \
cp /helpers/timedatectl /bin/timedatectl && \
chmod a+x /usr/bin/timedatectl && \
\
# Change user to pi and create /home/pi