Mettre à jour 'cachethq/Dockerfile'

This commit is contained in:
Dryusdan 2017-11-02 13:46:00 +00:00
parent b403499469
commit 23543eb49f
1 changed files with 3 additions and 1 deletions

View File

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