We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1318e81 commit 3305b5dCopy full SHA for 3305b5d
Dockerfile
@@ -58,11 +58,6 @@ RUN echo "[OPcache]" > /usr/local/etc/php/conf.d/z_iop-opcache.ini \
58
&& echo "opcache.interned_strings_buffer=16" >> /usr/local/etc/php/conf.d/z_iop-opcache.ini \
59
&& echo "opcache.fast_shutdown=1" >> /usr/local/etc/php/conf.d/z_iop-opcache.ini
60
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
-
66
# Install Memcached
67
RUN apt-get update -yqq \
68
&& apt-get install -y --no-install-recommends \
0 commit comments