Update Dockerfile

This commit is contained in:
Alexandre
2025-06-02 10:18:08 +02:00
committed by GitHub
parent 39c95c4d1d
commit 8d1ff5b187

View File

@@ -43,6 +43,8 @@ RUN \
echo "Install dependencies" && \
apt-get update -y && apt-get install curl gcc python3-dev git jq sudo php-mbstring procps -y && \
\
mkdir -p /helpers && \
\
# Correct for systemctl
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 && \