Skip to content

Commit

Permalink
#2932: default.dockerfile, remove nodejs, node, npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Mar 8, 2017
1 parent fa386e6 commit bf8dc6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions default.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ RUN PUPPETFILE=$ENVIRONMENT_DIR/Puppetfile PUPPETFILE_DIR=$ENVIRONMENT_DIR/modul

## remove npm: it will be installed via puppet
RUN npm uninstall npm -g
RUN apt-get uninstall nodejs npm node
RUN apt-get remove nodejs npm node

## provision with puppet
RUN /opt/puppetlabs/bin/puppet apply $ENVIRONMENT_DIR/modules/package/manifests/init.pp --modulepath=$ENVIRONMENT_DIR/modules_contrib:$ENVIRONMENT_DIR/modules --confdir=$ROOT_PROJECT/hiera/test
Expand Down

0 comments on commit bf8dc6d

Please sign in to comment.