Skip to content

Commit 89d60c8

Browse files
committed
Add libtidy-dev
Signed-off-by: solidnerd <[email protected]>
1 parent 6e14c91 commit 89d60c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM php:7.0-apache
33
ENV BOOKSTACK=BookStack \
44
BOOKSTACK_VERSION=0.13.0
55

6-
RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng12-dev wget libldap2-dev \
6+
RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng12-dev wget libldap2-dev libtidy-dev \
77
&& docker-php-ext-install pdo pdo_mysql mbstring zip tidy \
88
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
99
&& docker-php-ext-install ldap \

0 commit comments

Comments
 (0)