diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-03 17:22:48 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-03 17:22:48 -0400 |
commit | 167b8692d72bcb2afde4673476188f990e2bb155 (patch) | |
tree | 6843c0b0adc56b97243a52a347ff70bef4ec9877 | |
parent | 46d711cf510b3795b02bf9a58b64fecb16f4a0b6 (diff) | |
parent | 10687bc9f070ee2768e47e0f16269520eaae1513 (diff) |
Merge pull-request #841
-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-sqlite git curl && apt-get clean +RUN apt-get update && apt-get install -y apache2 php5 php5-gd php5-sqlite git curl && apt-get clean RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN curl -sS https://getcomposer.org/installer | php -- --filename=/usr/local/bin/composer RUN cd /var/www && git clone https://github.com/fguillot/kanboard.git |