Mettre à jour 'cachethq/Dockerfile'

This commit is contained in:
Dryusdan 2017-11-02 15:44:33 +00:00
parent 3a04ca0bff
commit 0dcdad6ece
1 changed files with 1 additions and 3 deletions

View File

@ -41,12 +41,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 \
&& cd /cachetHQ
COPY rootfs /
WORKDIR cachetHQ
RUN chmod +x /usr/local/bin/startup \
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
&& composer install --no-dev \
&& apk del git curl \
&& rm -rf /var/cache/apk/* /tmp/* /root/.gnupg /root/.cache/ /cachetHQ/.git
WORKDIR cachetHQ