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