From c41dfa9baed5172b812c383c343ba3549c959797 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Thu, 29 Nov 2018 14:15:17 -0800 Subject: [PATCH] Explicitly include libsystemd0 in the image. --- Dockerfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.in b/Dockerfile.in index 2fc0993e9..752e8c202 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -15,7 +15,7 @@ FROM @BASEIMAGE@ MAINTAINER Random Liu -RUN clean-install bash +RUN clean-install libsystemd0 bash # Avoid symlink of /etc/localtime. RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true