summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorJason Levine <levineja@mail.nih.gov>2017-02-23 14:40:00 -0500
committerJason Levine <levineja@mail.nih.gov>2017-02-23 14:58:50 -0500
commitbb427191b7923bc97775132182b8c3cd57646c35 (patch)
tree926dec2320864f1db10314e924897053a025652a /Dockerfile
parent73d0b3879b90fb48a9177a03382cfd132ab5c431 (diff)
downloadmunin-bb427191b7923bc97775132182b8c3cd57646c35.tar.gz
munin-bb427191b7923bc97775132182b8c3cd57646c35.tar.bz2
munin-bb427191b7923bc97775132182b8c3cd57646c35.tar.xz
munin-bb427191b7923bc97775132182b8c3cd57646c35.zip
add support for multiple munin usernames and passwords
use openssl to generate htpasswd file remove apache2-utils dependency update readme regarding username/password support
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