Skip to content

Commit

Permalink
Merge pull request #36 from jngermon/InstallNpmInPhpContainer
Browse files Browse the repository at this point in the history
Install npm on php container
  • Loading branch information
greg0ire committed Sep 17, 2015
2 parents 306b430 + 9e24158 commit c128aa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ RUN apt-get update && \
git-core \
imagemagick \
make \
nodejs-legacy \
npm \
php-apc \
php5-cli \
php5-curl \
Expand Down

0 comments on commit c128aa6

Please sign in to comment.