mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 20:34:04 +02:00
Update Dockerfile
This commit is contained in:
@@ -44,6 +44,7 @@ RUN \
|
|||||||
apt-get update -y && apt-get install curl gcc python3-dev git jq sudo php-mbstring procps -y && \
|
apt-get update -y && apt-get install curl gcc python3-dev git jq sudo php-mbstring procps -y && \
|
||||||
\
|
\
|
||||||
# Correct for systemctl
|
# 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 && \
|
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 && \
|
cp -rf /helpers/systemctl /bin/systemctl && \
|
||||||
chmod a+x /bin/systemctl && \
|
chmod a+x /bin/systemctl && \
|
||||||
|
|||||||
Reference in New Issue
Block a user