We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c083db1 + 760d252 commit 5150860Copy full SHA for 5150860
Dockerfile
@@ -17,7 +17,7 @@ FROM ${BASEIMAGE}
17
18
LABEL maintainer="Random Liu <[email protected]>"
19
20
-RUN clean-install util-linux libsystemd0 bash
+RUN clean-install util-linux libsystemd0 bash systemd
21
22
# Avoid symlink of /etc/localtime.
23
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true
0 commit comments