Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
Remove bloatware
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Jun 21, 2018
1 parent 532e480 commit a8b9e09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit a8b9e09

Please sign in to comment.