Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3743664
D97.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
713 B
Referenced Files
None
Subscribers
None
D97.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D97: Add APCu extension
Attached
Detach File
Event Timeline
Log In to Comment