8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000
There was an error while loading. Please reload this page.
2 parents 2ccba9a + f665dc9 commit 0e9a42eCopy full SHA for 0e9a42e
Dockerfile
@@ -6,7 +6,7 @@ ENV BOOKSTACK=BookStack \
6
7
RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng-dev wget libldap2-dev libtidy-dev \
8
&& docker-php-ext-install pdo pdo_mysql mbstring zip tidy \
9
- && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
+ && docker-php-ext-configure ldap \
10
&& docker-php-ext-install ldap \
11
&& docker-php-ext-configure gd --with-freetype-dir=usr/include/ --with-jpeg-dir=/usr/include/ \
12
&& docker-php-ext-install gd \
0 commit comments