Update Dockerfile

This commit is contained in:
Alexandre
2025-08-20 09:03:53 +02:00
committed by GitHub
parent 71aa9cadf7
commit fbccddd8ae

View File

@@ -56,10 +56,6 @@ RUN \
cp -rf /helpers/journalctl /bin/journalctl && \
chmod a+x /bin/journalctl && \
\
# Correct for timedatectl
cp /helpers/timedatectl /bin/timedatectl && \
chmod a+x /bin/timedatectl && \
\
# Change user to pi and create /home/pi
echo "setting users" && \
if id abc >/dev/null 2>&1; then groupmod -o -g 101 abc && usermod -o -u 101 abc; fi && \