From a8b9e09a130bc0256e3fc94dc0f330b6b45646c7 Mon Sep 17 00:00:00 2001 From: Gregory Boddin Date: Thu, 21 Jun 2018 14:47:16 +0200 Subject: [PATCH] Remove bloatware --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88c38fd..8babaa6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ ENV PATH ${PATH}:/root/.composer/vendor/bin RUN curl -L https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar > /usr/local/bin/composer RUN chmod +x /usr/local/bin/composer -RUN composer global require hirak/prestissimo RUN apk add git mysql-client sqlite --no-cache RUN apk add autoconf make g++ gcc -t build-stack --no-cache && \