Merge pull request #189 from chadswen/add-bash-install

Add bash to Dockerfile for custom-plugin-monitors
This commit is contained in:
k8s-ci-robot
2018-07-15 20:03:56 -07:00
committed by GitHub
+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