We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a471e34 commit 3e0044aCopy full SHA for 3e0044a
Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg
12
&& docker-php-ext-install gd \
13
&& cd /var/www && curl -sS https://getcomposer.org/installer | php \
14
&& mv /var/www/composer.phar /usr/local/bin/composer \
15
- && wget https://github.com/mg17/BookStack/archive/master.tar.gz -O master.tar.gz \
+ && wget https://github.com/mg17/BookStack/archive/master.zip -O master.zip \
16
&& unzip master.zip && mv BookStack-master/* $BOOKSTACK_HOME && rm master.zip \
17
&& cd $BOOKSTACK_HOME && composer install \
18
&& chown -R www-data:www-data $BOOKSTACK_HOME \
0 commit comments