File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ ENV SESSION_HANDLER_NAME=""
12
12
ENV SESSION_HANDLER_PATH=""
13
13
14
14
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
18
18
19
19
RUN a2enmod rewrite
20
20
21
21
RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
22
22
&& docker-php-ext-configure hash --with-mhash \
23
23
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
24
24
&& 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
29
29
30
30
RUN pecl install redis \
31
31
&& echo "extension=redis.so" >> /usr/local/etc/php/conf.d/redis.ini
You can’t perform that action at this time.
0 commit comments