fix(): keep curl for healthcheck container

pull/45/head
Magicalex 2019-12-29 01:46:19 +01:00
parent 145c787615
commit ba5878a341
No known key found for this signature in database
GPG Key ID: A89B48B1788C3CB5
1 changed files with 1 additions and 2 deletions

View File

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