8000 Update Dockerfile · etherfoundry/docker-bookstack@fb9396f · GitHub
[go: up one dir, main page]

Skip to content

Commit fb9396f

Browse files
authored
Update Dockerfile
Including opcache module
1 parent 9f23ef5 commit fb9396f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg
1010
&& docker-php-ext-install ldap \
1111
&& docker-php-ext-configure gd --with-freetype-dir=usr/include/ --with-jpeg-dir=/usr/include/ \
1212
&& docker-php-ext-install gd \
13+
&& docker-php-ext-install opcache \
1314
&& cd /var/www && curl -sS https://getcomposer.org/installer | php \
1415
&& mv /var/www/composer.phar /usr/local/bin/composer \
1516
&& wget https://github.com/ssddanbrown/BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz -O ${BOOKSTACK}.tar.gz \

0 commit comments

Comments
 (0)
0