Commit 60996da7 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Dockerfile: ajout install de ghostscript-x pour résoudre l'erreur gs...

Dockerfile: ajout install de ghostscript-x pour résoudre l'erreur gs 'error/delegate.c/ExternalDelegateCommand/462' lors de la lecture.
parent 1756208c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -14,7 +14,8 @@ ENV APACHE_CONF_DIR=/etc/apache2 \
    PHP_CONF_DIR=/etc/php/7.0

## Installation de packages requis.
RUN apt-get install -y \
RUN apt-get update && apt-get install -y \
        ghostscript-x \
        php7.0-imagick

# Nettoyage