ci: Dockerfile: /lib/systemd/systemd instead of /sbin/init

This commit is contained in:
Erik Sundell
2021-10-18 02:54:49 +02:00
parent a4768226ee
commit 513aff1102

View File

@@ -33,4 +33,4 @@ STOPSIGNAL SIGRTMIN+3
#ENV TLJH_BOOTSTRAP_PIP_SPEC=/srv/src #ENV TLJH_BOOTSTRAP_PIP_SPEC=/srv/src
#ENV PATH=/opt/tljh/hub/bin:${PATH} #ENV PATH=/opt/tljh/hub/bin:${PATH}
CMD ["/bin/bash", "-c", "exec /sbin/init --log-target=journal 3>&1"] CMD ["/bin/bash", "-c", "exec /lib/systemd/systemd --log-target=journal 3>&1"]