Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11708792
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/Dockerfile b/Dockerfile
index 86bf712..f88103b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,30 +1,32 @@
#
# Nasqueron - Phabricator image
#
FROM nasqueron/nginx-php-fpm
MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
#
# Prepare the container
#
RUN apt-get update && apt-get install -y \
git mercurial subversion python-pygments openssh-client mysql-client \
--no-install-recommends && rm -r /var/lib/apt/lists/*
RUN cd /opt && \
git clone https://github.com/phacility/libphutil.git && \
git clone https://github.com/phacility/arcanist.git && \
git clone https://github.com/phacility/phabricator.git && \
rm /etc/nginx/sites-enabled/default
+RUN pear config-set preferred_state beta && pecl install APCu
+
COPY files /
#
# Docker properties
#
VOLUME ["/opt/phabricator/conf/local", "/var/repo"]
#INIT
diff --git a/files/usr/local/etc/php/conf.d/phabricator.ini b/files/usr/local/etc/php/conf.d/phabricator.ini
index 83ce81a..aab7798 100644
--- a/files/usr/local/etc/php/conf.d/phabricator.ini
+++ b/files/usr/local/etc/php/conf.d/phabricator.ini
@@ -1 +1,3 @@
post_max_size = 32M
+extension = apcu.so
+
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Sep 15, 07:12 (6 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2983847
Default Alt Text
(1 KB)
Attached To
Mode
rDPHAB Docker image for Phabricator
Attached
Detach File
Event Timeline
Log In to Comment