Mettre à jour 'cachethq/Dockerfile'

This commit is contained in:
Dryusdan 2017-11-02 13:37:04 +00:00
parent 39b332a928
commit 10b5d19626
1 changed files with 1 additions and 0 deletions

View File

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