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 66f9ed3 commit 438dc9dCopy full SHA for 438dc9d
Dockerfile
@@ -4,7 +4,7 @@ ENV BOOKSTACK=BookStack \
4
BOOKSTACK_VERSION=0.12.2
5
6
RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng12-dev wget libldap2-dev \
7
- && docker-php-ext-install pdo pdo_mysql mbstring zip \
+ && docker-php-ext-install pdo pdo_mysql mbstring zip tidy \
8
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
9
&& docker-php-ext-install ldap \
10
&& docker-php-ext-configure gd --with-freetype-dir=usr/include/ --with-jpeg-dir=/usr/include/ \
0 commit comments