Skip to content

Commit c41dfa9

Browse files
committed
Explicitly include libsystemd0 in the image.
1 parent 1e850be commit c41dfa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
FROM @BASEIMAGE@
1616
MAINTAINER Random Liu <[email protected]>
1717

18-
RUN clean-install bash
18+
RUN clean-install libsystemd0 bash
1919

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

0 commit comments

Comments
 (0)