Skip to content

Commit 5150860

Browse files
authored
Merge pull request #616 from com6056/patch-1
Install systemd in docker image
2 parents c083db1 + 760d252 commit 5150860

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
LABEL maintainer="Random Liu <[email protected]>"
1919

20-
RUN clean-install util-linux libsystemd0 bash
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)