Skip to content
Snippets Groups Projects
Commit 6fe902d1 authored by François Koessler's avatar François Koessler Committed by GitHub
Browse files

Update Dockerfile

Add missing backslash otherwise image won't build
parent 39bc7890
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ FROM php:5.6-apache ...@@ -3,7 +3,7 @@ FROM php:5.6-apache
RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libldap2-dev \ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libldap2-dev \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \ && docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
&& docker-php-ext-install gd && docker-php-ext-install gd \
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \ && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
&& docker-php-ext-install ldap \ && docker-php-ext-install ldap \
&& docker-php-ext-install mysqli \ && docker-php-ext-install mysqli \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment