Page MenuHomeDevCentral

D97.diff
No OneTemporary

D97.diff

diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -66,6 +66,7 @@
&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps \
&& make clean \
+ && pecl install APCu \
&& cd /opt \
&& curl -sS https://getcomposer.org/installer | php \
&& ln -s /opt/composer.phar /usr/local/bin/composer
diff --git a/files/usr/local/etc/php/conf.d/apcu.ini b/files/usr/local/etc/php/conf.d/apcu.ini
new file mode 100644
--- /dev/null
+++ b/files/usr/local/etc/php/conf.d/apcu.ini
@@ -0,0 +1 @@
+extension=apcu.so

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 15, 22:58 (20 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2246845
Default Alt Text
D97.diff (713 B)

Event Timeline