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:
Chad Swenson
2018-07-13 16:38:27 -05:00
parent f479d09e58
commit f579e4a635
+2
View File
@@ -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