diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-16 14:38:54 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-16 14:38:54 -0500 |
commit | 170c0bd714b216089114111ac463547182f94c50 (patch) | |
tree | 6a50ffbbbb91e96d0ae6dd4452328661af28a4bb | |
parent | c58478c0abfb418048d2ee9c6297a30793f10f80 (diff) | |
parent | ea2088566a4edb0b2cf48f1984a343d69be738a8 (diff) |
Merge pull-request #1666
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ FROM ubuntu:14.04 MAINTAINER Frederic Guillot <fred@kanboard.net> -RUN apt-get update && apt-get install -y apache2 php5 php5-gd php5-sqlite git curl && apt-get clean +RUN apt-get update && apt-get install -y apache2 php5 php5-gd php5-ldap php5-sqlite git curl && apt-get clean RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf && a2enmod rewrite RUN sed -ri 's/AllowOverride None/AllowOverride All/g' /etc/apache2/apache2.conf RUN curl -sS https://getcomposer.org/installer | php -- --filename=/usr/local/bin/composer |