From 760d252808234940f615bbc972d20a82f05eb01e Mon Sep 17 00:00:00 2001 From: Jordan Rodgers Date: Fri, 3 Sep 2021 17:11:48 -0700 Subject: [PATCH] Only need systemd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c72846d3..457445e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ FROM ${BASEIMAGE} MAINTAINER Random Liu -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