diff --git a/Dockerfile.in b/Dockerfile.in index ee0609c54..7aff07c3e 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -15,7 +15,7 @@ FROM @BASEIMAGE@ MAINTAINER Random Liu -RUN clean-install libsystemd0 bash +RUN clean-install util-linux libsystemd0 bash # Avoid symlink of /etc/localtime. RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true