diff --git a/dockerfiles/drupal b/dockerfiles/drupal index 737082903..a9281e4ae 100644 --- a/dockerfiles/drupal +++ b/dockerfiles/drupal @@ -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