mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
dev-vagrant-docker: Upgrade docker-systemctl-replacement to 1.5.9063.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
e31dfebc07
commit
5d686f2562
@@ -31,8 +31,8 @@ RUN \
|
|||||||
# managed by systemd start within Docker, which breaks normal
|
# managed by systemd start within Docker, which breaks normal
|
||||||
# operation of systemd.
|
# operation of systemd.
|
||||||
dpkg-divert --add --rename /bin/systemctl \
|
dpkg-divert --add --rename /bin/systemctl \
|
||||||
&& curl -fLsS --retry 3 -o /bin/systemctl 'https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/v1.5.8066/files/docker/systemctl3.py' \
|
&& curl -fLsS --retry 3 -o /bin/systemctl 'https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/v1.5.9063/files/docker/systemctl3.py' \
|
||||||
&& echo 'f8736b56299374a316a958e5e949be73e657e2f7069691381664d94950c645c9 /bin/systemctl' | sha256sum -c \
|
&& echo '1744aa7281159668d51fc97e57d834b6f116da10796f7f3352de48ad0cbba5b2 /bin/systemctl' | sha256sum -c \
|
||||||
&& chmod +x /bin/systemctl \
|
&& chmod +x /bin/systemctl \
|
||||||
&& ln -nsf /bin/true /usr/sbin/policy-rc.d \
|
&& ln -nsf /bin/true /usr/sbin/policy-rc.d \
|
||||||
&& mkdir -p /run/sshd \
|
&& mkdir -p /run/sshd \
|
||||||
|
|||||||
Reference in New Issue
Block a user