Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e0044a

Browse filesBrowse files
author
mg17
committed
Changed .tar.gz to .zip for BookStack release revision
1 parent a471e34 commit 3e0044a
Copy full SHA for 3e0044a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Dockerfile

Copy file name to clipboardExpand all lines: Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg
1212
&& docker-php-ext-install gd \
1313
&& cd /var/www && curl -sS https://getcomposer.org/installer | php \
1414
&& mv /var/www/composer.phar /usr/local/bin/composer \
15-
&& wget https://github.com/mg17/BookStack/archive/master.tar.gz -O master.tar.gz \
15+
&& wget https://github.com/mg17/BookStack/archive/master.zip -O master.zip \
1616
&& unzip master.zip && mv BookStack-master/* $BOOKSTACK_HOME && rm master.zip \
1717
&& cd $BOOKSTACK_HOME && composer install \
1818
&& chown -R www-data:www-data $BOOKSTACK_HOME \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.