Merge pull-request #1922

This commit is contained in:
Frederic Guillot 2016-03-02 22:11:26 -05:00
commit 4df6f534a1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN apk-install nginx bash ca-certificates s6 curl \
&& curl -sS https://getcomposer.org/installer | php -- --filename=/usr/local/bin/composer
RUN cd /var/www \
&& wget https://github.com/fguillot/kanboard/archive/master.zip \
&& curl -LO https://github.com/fguillot/kanboard/archive/master.zip \
&& unzip -qq master.zip \
&& rm -f *.zip \
&& mv kanboard-master kanboard \