Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3764772
D98.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
850 B
Referenced Files
None
Subscribers
None
D98.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,9 +12,7 @@
RUN apt-get update && apt-get install -y \
mercurial subversion python-pygments openssh-client \
mysql-client \
- --no-install-recommends && rm -r /var/lib/apt/lists/* && \
- pear config-set preferred_state stable && \
- pecl install APCu
+ --no-install-recommends && rm -r /var/lib/apt/lists/*
RUN cd /opt && \
git clone https://github.com/phacility/libphutil.git && \
diff --git a/files/usr/local/etc/php/conf.d/phabricator.ini b/files/usr/local/etc/php/conf.d/phabricator.ini
--- a/files/usr/local/etc/php/conf.d/phabricator.ini
+++ b/files/usr/local/etc/php/conf.d/phabricator.ini
@@ -1,4 +1,3 @@
post_max_size = 32M
upload_max_filesize = 32M
max_input_vars = 2000000
-extension = apcu.so
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 08:12 (17 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2257559
Default Alt Text
D98.diff (850 B)
Attached To
Mode
D98: APCu is now provided by base image
Attached
Detach File
Event Timeline
Log In to Comment