File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ ENV XDEBUG_REMOTE_PORT=9000
21
21
ENV PHP_EXTENSION_WDDX=1
22
22
ENV PHP_OPENSSL=1
23
23
24
- RUN apt-get update && apt-get install -y --no-install-recommends wget vim supervisor libfreetype6-dev libjpeg62-turbo-dev \
24
+ RUN apt-get update && apt-get install -y --no-install-recommends wget vim supervisor libfreetype6-dev libjpeg-dev libjpeg62-turbo-dev \
25
25
libmcrypt-dev libpng-dev libssl-dev libaio1 git libcurl4-openssl-dev libxslt-dev \
26
26
libldap2-dev libicu-dev libc-client-dev libkrb5-dev libsqlite3-dev libedit-dev \
27
27
sudo zlib1g zlib1g-dev libzip4 libzip-dev zip unzip librabbitmq-dev && \
28
28
rm -rf /var/lib/apt/lists/*
29
29
30
30
RUN a2enmod rewrite
31
31
32
- RUN docker-php-ext-configure gd \
32
+ RUN docker-php-ext-configure gd --with-jpeg \
33
33
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
34
34
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
35
35
&& docker-php-ext-install -j$(nproc) bcmath gd pdo_mysql calendar exif gettext shmop soap sockets intl pcntl xsl ldap imap
You can’t perform that action at this time.
0 commit comments