Mettre à jour 'cachethq/Dockerfile'

This commit is contained in:
Dryusdan 2017-11-02 14:28:26 +00:00
parent b0ab198394
commit 460f89942a
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ RUN apk -U add git curl \
&& cd /cachetHQ \
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
&& composer install --no-dev \
&& touch .env \
&& chmod +x /usr/local/bin/startup \
&& apk del git curl \
&& rm -rf /var/cache/apk/* /tmp/* /root/.gnupg /root/.cache/ /cachetHQ/.git