Update Dockerfile

This commit is contained in:
Alexandre
2024-04-28 23:06:43 +02:00
committed by GitHub
parent ec6e5ab2f4
commit 0c5369b427

View File

@@ -41,8 +41,6 @@ RUN \
# Correct for systemctl
curl -f -L -s -S https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl3.py -o /bin/systemctl && \
chmod a+x /bin/systemctl && \
curl -f -L -s -S https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/journalctl3.py -o /bin/journalctl && \
chmod a+x /bin/journalctl && \
\
# Change user to pi and create /home/pi
echo "setting users" && \