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