Skip to content

Commit 760d252

Browse files
authored
Only need systemd
1 parent 0de6fae commit 760d252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FROM ${BASEIMAGE}
1717

1818
MAINTAINER Random Liu <[email protected]>
1919

20-
RUN clean-install util-linux libsystemd0 bash curl systemd
20+
RUN clean-install util-linux libsystemd0 bash systemd
2121

2222
# Avoid symlink of /etc/localtime.
2323
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true

0 commit comments

Comments
 (0)