Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Fix libxslt/xslt-config error on fresh Docker Compose environment #1326

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/drupal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
git zip unzip bzip2 libbz2-dev rsync nodejs \
libgd-dev mysql-client openssh-client vim \
python python-dev libxslt1.1 && \
python python-dev libxslt-dev && \
docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && \
docker-php-ext-install pdo_mysql gd bz2 xsl && \
pecl install xdebug-2.6.0
Expand Down