Mettre à jour 'cachethq/Dockerfile'

This commit is contained in:
Dryusdan 2017-11-02 13:33:18 +00:00
parent 9d6afb570e
commit 9b4f63b417
1 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,10 @@ ENV UID=991 GID=991
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
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
&& composer install --no-dev -o \
&& apk del git curls \
&& rm -rf /var/cache/apk/* /tmp/* /root/.gnupg /root/.cache/ /cachetHQ/.git
COPY rootfs /