Skip to content

Commit 4bd28f7

Browse files
authored
Update Dockerfile
1 parent 625854c commit 4bd28f7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ ENV SESSION_HANDLER_NAME=""
1212
ENV SESSION_HANDLER_PATH=""
1313

1414
RUN apt-get update && apt-get install -y wget vim supervisor zip libfreetype6-dev libjpeg62-turbo-dev \
15-
libmcrypt-dev libpng-dev libssl-dev libaio1 git libcurl4-openssl-dev libxslt-dev \
16-
libldap2-dev libicu-dev libc-client-dev libkrb5-dev libsqlite3-dev libedit-dev \
17-
sudo
15+
libmcrypt-dev libpng-dev libssl-dev libaio1 git libcurl4-openssl-dev libxslt-dev \
16+
libldap2-dev libicu-dev libc-client-dev libkrb5-dev libsqlite3-dev libedit-dev \
17+
sudo
1818

1919
RUN a2enmod rewrite
2020

2121
RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
2222
&& docker-php-ext-configure hash --with-mhash \
2323
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
2424
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
25-
&& docker-php-ext-install -j$(nproc) iconv bcmath mcrypt \
26-
gd pdo_mysql calendar curl exif ftp gettext \
27-
hash xsl ldap intl imap pdo_sqlite mbstring \
28-
mcrypt pcntl readline shmop soap sockets wddx zip
25+
&& docker-php-ext-install -j$(nproc) bcmath \
26+
gd pdo_mysql calendar exif gettext \
27+
hash xsl ldap intl imap \
28+
pcntl shmop soap sockets wddx zip
2929

3030
RUN pecl install redis \
3131
&& echo "extension=redis.so" >> /usr/local/etc/php/conf.d/redis.ini

0 commit comments

Comments
 (0)