mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-04-19 08:57:10 +00:00
Explicitly include libsystemd0 in the image.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user