mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 20:26:32 +00:00
Add bash to Dockerfile for custom-plugin-monitors
Utilizes the clean-install script from the debian-base image Fixes #185
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
FROM @BASEIMAGE@
|
||||
MAINTAINER Random Liu <lantaol@google.com>
|
||||
|
||||
RUN clean-install 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