diff --git a/Dockerfile b/Dockerfile index aa3f87f..4b56de0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,33 +1,33 @@ # # Nasqueron - Phabricator image # -FROM nasqueron/nginx-php-fpm +FROM nasqueron/nginx-php7-fpm MAINTAINER Sébastien Santoro aka Dereckson # # Prepare the container # 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/* 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"]