Merge pull request #616 from com6056/patch-1

Install systemd in docker image
This commit is contained in:
Kubernetes Prow Robot
2022-04-24 13:49:37 -07:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ FROM ${BASEIMAGE}
LABEL maintainer="Random Liu <lantaol@google.com>"
RUN clean-install util-linux libsystemd0 bash
RUN clean-install util-linux libsystemd0 bash systemd
# Avoid symlink of /etc/localtime.
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true