Mettre à jour 'cachethq/Dockerfile'

This commit is contained in:
Dryusdan 2017-11-02 13:31:33 +00:00
parent 17adc3a2b0
commit 9d6afb570e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM xataz/nginx-php
ENV UID=991 GID=991
RUN apk -U git curl \
RUN apk -U add git curl \
&& git clone --branch v2.3.13 https://github.com/CachetHQ/Cachet.git /cachetHQ \
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=compose \
&& composer install --no-dev -o