Explicitly include libsystemd0 in the image.

This commit is contained in:
Lantao Liu
2018-11-29 14:15:17 -08:00
parent 1e850bee3d
commit c41dfa9bae

View File

@@ -15,7 +15,7 @@
FROM @BASEIMAGE@
MAINTAINER Random Liu <lantaol@google.com>
RUN clean-install bash
RUN clean-install libsystemd0 bash
# Avoid symlink of /etc/localtime.
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true