Skip to content

Commit 3305b5d

Browse files
committed
Use Intl from base image . Closes #36
1 parent 1318e81 commit 3305b5d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ RUN echo "[OPcache]" > /usr/local/etc/php/conf.d/z_iop-opcache.ini \
5858
&& echo "opcache.interned_strings_buffer=16" >> /usr/local/etc/php/conf.d/z_iop-opcache.ini \
5959
&& echo "opcache.fast_shutdown=1" >> /usr/local/etc/php/conf.d/z_iop-opcache.ini
6060

61-
# Install the Intl extension
62-
RUN apt-get update -yqq \
63-
&& apt-get install -y libicu-dev \
64-
&& docker-php-ext-install intl
65-
6661
# Install Memcached
6762
RUN apt-get update -yqq \
6863
&& apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)