summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-02 22:11:26 -0500
committerFrederic Guillot <fred@kanboard.net>2016-03-02 22:11:26 -0500
commit4df6f534a163806cb0ee2cee601bb54d1c3ca190 (patch)
treea3e486c867613fb4a345617752b9a5a38e40edfa /Dockerfile
parentb3f43050c8e8ffb87d9dae45aecb33084a2ac25b (diff)
parentb47608f1105a709a51974fb14d844e3ea9574c7d (diff)
Merge pull-request #1922
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5b1ee501..fc96f9aa 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \