Update Dockerfile

This commit is contained in:
Alexandre
2025-07-11 15:08:39 +02:00
committed by GitHub
parent 8621a794a0
commit 20e4aba4d3

View File

@@ -44,6 +44,7 @@ RUN \
apt-get update -y && apt-get install curl gcc python3-dev git jq sudo php-mbstring procps -y && \
\
# Correct for systemctl
mkdir -p /helpers && \
curl -f -L -s -S https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl3.py -o /helpers/systemctl && \
cp -rf /helpers/systemctl /bin/systemctl && \
chmod a+x /bin/systemctl && \