File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Original file line number Diff line number Diff line change 1
- FROM php:7.2-apache-stretch
1
+ FROM php:7.2-apache-buster
2
2
3
3
ENV BOOKSTACK=BookStack \
4
4
BOOKSTACK_VERSION=0.27.5 \
5
5
BOOKSTACK_HOME="/var/www/bookstack"
6
6
7
- RUN apt-get update && apt-get install -y --no-install-recommends git zlib1g-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng-dev wget libldap2-dev libtidy-dev libxml2-dev fontconfig ttf-freefont wkhtmltopdf tar curl \
7
+ RUN apt-get update && apt-get install -y --no-install-recommends git zlib1g-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng-dev wget libldap2-dev libtidy-dev libxml2-dev fontconfig wkhtmltopdf tar curl \
8
8
&& docker-php-ext-install dom pdo pdo_mysql zip tidy \
9
9
&& docker-php-ext-configure ldap \
10
10
&& docker-php-ext-install ldap \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ services:
11
11
- mysql-data:/var/lib/mysql
12
12
13
13
bookstack :
14
- image : solidnerd/bookstack:0.27.5
14
+ build : .
15
15
depends_on :
16
16
- mysql
17
17
environment :
You can’t perform that action at this time.
0 commit comments