Merge pull request #233 from Random-Liu/include-libsystemd

Explicitly include libsystemd0 in the image.
This commit is contained in:
k8s-ci-robot
2018-11-29 14:23:22 -08:00
committed by GitHub
+1 -1
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