Skip to content

Commit

Permalink
Addec omposer cache clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Feb 28, 2019
1 parent d4c9125 commit fd0b656
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ RUN curl -L -o /usr/local/bin/composer https://getcomposer.org/download/1.6.3/co
&& chmod +x /usr/local/bin/composer \
&& composer --version \
# Install composer plugin to speed up packages downloading.
&& composer global require hirak/prestissimo
&& composer global require hirak/prestissimo \
&& composer clear-cache
ENV PATH /root/.composer/vendor/bin:$PATH

# Install NVM and NodeJS.
Expand Down

0 comments on commit fd0b656

Please sign in to comment.