We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de6fae commit 760d252Copy full SHA for 760d252
Dockerfile
@@ -17,7 +17,7 @@ FROM ${BASEIMAGE}
17
18
MAINTAINER Random Liu <[email protected]>
19
20
-RUN clean-install util-linux libsystemd0 bash curl systemd
+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