Mettre à jour 'cachethq/Dockerfile'

This commit is contained in:
Dryusdan 2017-11-02 13:43:35 +00:00
parent 10b5d19626
commit b403499469
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ 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 \
&& composer install --no-dev \
&& apk del git curls \
&& rm -rf /var/cache/apk/* /tmp/* /root/.gnupg /root/.cache/ /cachetHQ/.git