Skip to content

Commit

Permalink
Merge pull request #3165 from camptocamp/npm
Browse files Browse the repository at this point in the history
No optional npm packages
  • Loading branch information
sbrunner committed Oct 12, 2017
2 parents 545decf + a87b29f commit 2684a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM camptocamp/geomapfish-build-dev:2.3
LABEL maintainer Camptocamp "info@camptocamp.com"

RUN \
npm install --global \
npm install --no-optional --global \
angular@1.6.5 \
angular-animate@1.6.5 \
angular-dynamic-locale@0.1.32 \
Expand Down

0 comments on commit 2684a18

Please sign in to comment.