Skip to content

Commit 11f553c

Browse files
authored
Merge pull request #189 from chadswen/add-bash-install
Add bash to Dockerfile for custom-plugin-monitors
2 parents f479d09 + f579e4a commit 11f553c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
FROM @BASEIMAGE@
1616
MAINTAINER Random Liu <[email protected]>
1717

18+
RUN clean-install bash
19+
1820
# Avoid symlink of /etc/localtime.
1921
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true
2022

0 commit comments

Comments
 (0)