diff --git a/Dockerfile b/Dockerfile index 7ec0591d..c72846d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ FROM ${BASEIMAGE} MAINTAINER Random Liu -RUN clean-install util-linux libsystemd0 bash +RUN clean-install util-linux libsystemd0 bash curl systemd # Avoid symlink of /etc/localtime. RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true