Page MenuHomeDevCentral

No OneTemporary

diff --git a/Dockerfile b/Dockerfile
index 8a105a7..847f332 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,33 +1,32 @@
#
# Nasqueron - Phabricator image
#
FROM nasqueron/nginx-php7-fpm
MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
#
# Prepare the container
#
RUN apt-get update && apt-get install -y \
mercurial subversion python3-pygments openssh-client \
mariadb-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 && \
mkdir -p /var/tmp/phd && \
chown app:app /var/tmp/phd
COPY files /
#
# Docker properties
#
VOLUME ["/opt/phabricator/conf/local", "/var/repo"]
WORKDIR /opt/phabricator
CMD ["/usr/local/sbin/init-container"]

File Metadata

Mime Type
text/x-diff
Expires
Tue, Jan 28, 08:03 (5 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2375911
Default Alt Text
(968 B)

Event Timeline