Only need systemd

This commit is contained in:
Jordan Rodgers
2021-09-03 17:11:48 -07:00
committed by GitHub
parent 0de6fae1f8
commit 760d252808
+1 -1
View File
@@ -17,7 +17,7 @@ FROM ${BASEIMAGE}
MAINTAINER Random Liu <lantaol@google.com>
RUN clean-install util-linux libsystemd0 bash curl systemd
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