summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorSoulou <leo.unbek@gmail.com>2017-03-03 10:14:12 +0100
committerGitHub <noreply@github.com>2017-03-03 10:14:12 +0100
commit1ed62c531f44712bc7f86ed8f8bcf1afa8d01132 (patch)
tree03d9460f30aca25e514593e1c43d4db350f2fa57 /Dockerfile
parent73d0b3879b90fb48a9177a03382cfd132ab5c431 (diff)
parent09e12a6d4fc01f9252de5cbf869cfa55ea1aaf23 (diff)
downloadmunin-1ed62c531f44712bc7f86ed8f8bcf1afa8d01132.tar.gz
munin-1ed62c531f44712bc7f86ed8f8bcf1afa8d01132.tar.bz2
munin-1ed62c531f44712bc7f86ed8f8bcf1afa8d01132.tar.xz
munin-1ed62c531f44712bc7f86ed8f8bcf1afa8d01132.zip
Merge pull request #8 from delfuego/master
add support for multiple munin usernames and passwords
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 498e213..e3cacde 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ MAINTAINER Leo Unbekandt <leo@scalingo.com>
RUN adduser --system --home /var/lib/munin --shell /bin/false --uid 1103 --group munin
RUN apt-get update -qq && RUNLEVEL=1 DEBIAN_FRONTEND=noninteractive \
- apt-get install -y -qq cron munin munin-node nginx apache2-utils wget heirloom-mailx patch spawn-fcgi libcgi-fast-perl
+ apt-get install -y -qq cron munin munin-node nginx wget heirloom-mailx patch spawn-fcgi libcgi-fast-perl
RUN rm /etc/nginx/sites-enabled/default && mkdir -p /var/cache/munin/www && chown munin:munin /var/cache/munin/www && mkdir -p /var/run/munin && chown -R munin:munin /var/run/munin
VOLUME /var/lib/munin