diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-08-29 03:31:52 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-08-29 03:31:52 +0200 |
commit | 220ee7f28ca97e31c2f2d9aa8851ca4172ce0a68 (patch) | |
tree | bb6586c4fba84e5328ebb7de13ac6fc23db715e7 /adei/Dockerfile | |
parent | cab805c68d26ec61f86e35308ffbe931c83800c5 (diff) | |
download | adei-220ee7f28ca97e31c2f2d9aa8851ca4172ce0a68.tar.gz adei-220ee7f28ca97e31c2f2d9aa8851ca4172ce0a68.tar.bz2 adei-220ee7f28ca97e31c2f2d9aa8851ca4172ce0a68.tar.xz adei-220ee7f28ca97e31c2f2d9aa8851ca4172ce0a68.zip |
Add php-pecl-rrd dependency
Diffstat (limited to 'adei/Dockerfile')
-rw-r--r-- | adei/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adei/Dockerfile b/adei/Dockerfile index 0df22f3..b7e5762 100644 --- a/adei/Dockerfile +++ b/adei/Dockerfile @@ -16,7 +16,7 @@ RUN zypper ar http://download.opensuse.org/repositories/home:/csa7fff:/adei/open zypper -n in supervisor procmail alpine which w3m && \ zypper -n in perl perl-DateTime-Format-Strptime mailx && \ zypper -n in make java && \ - zypper -n in adei adei-config-default adei-req-mssql adei-webroot && \ + zypper -n in adei adei-config-default adei-req-mssql adei-webroot php-pecl-rrd && \ zypper -n in bzr-webdav VOLUME /var/log/apache2 |