Skip to content

Commit

Permalink
the last commit omit something,redo it
Browse files Browse the repository at this point in the history
  • Loading branch information
melon1900 committed Jan 22, 2018
1 parent 3528f39 commit 13c023e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php-fpm-5.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN set -xe && \
libjpeg62-turbo-dev \
libpng12-dev \
&& rm -r /var/lib/apt/lists/* \
&& docker-php-ext-install -j$(nproc) iconv mcrypt mysqli pdo pdo_mysql sockets opcache \
&& docker-php-ext-install -j$(nproc) iconv mysqli pdo pdo_mysql sockets opcache \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install -j$(nproc) gd \
&& pecl install redis-2.2.8 \
Expand Down
2 changes: 1 addition & 1 deletion php-fpm-7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN set -xe && \
libjpeg62-turbo-dev \
libpng12-dev \
&& rm -r /var/lib/apt/lists/* \
&& docker-php-ext-install -j$(nproc) iconv mcrypt mysqli pdo pdo_mysql sockets opcache \
&& docker-php-ext-install -j$(nproc) iconv mysqli pdo pdo_mysql sockets opcache \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install -j$(nproc) gd \
&& pecl install redis \
Expand Down
Binary file modified php-fpm-7.1/ioncube.so
Binary file not shown.
Binary file modified php-fpm-7.2/ioncube.so
Binary file not shown.

0 comments on commit 13c023e

Please sign in to comment.