fix(): add git for composer

pull/45/head
Magicalex 2019-12-28 23:03:15 +01:00
parent c35209a401
commit c8707ede82
No known key found for this signature in database
GPG Key ID: A89B48B1788C3CB5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ RUN apk add --no-progress --no-cache \
&& COMPOSER_CACHE_DIR="/tmp" su-exec $UID:$GID composer create-project --stability=beta --no-progress -- flarum/flarum /flarum/app $VERSION \
&& composer clear-cache \
&& rm -rf /flarum/.composer /tmp/* \
&& apk del --purge curl git
&& apk del --purge curl
COPY rootfs /
RUN chmod +x /usr/local/bin/* /services/*/run /services/.s6-svscan/*