Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
remove mrt installs for stuff installed by meteor automagically
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbryner committed Jan 15, 2015
1 parent 8b6dc47 commit e09fd9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ ADD https://raw.githubusercontent.com/jeffbryner/MozDef/master/examples/kibana/d
RUN (curl -L https://install.meteor.com/ | /bin/sh \
&& npm install -g meteorite \
&& ln -s /usr/bin/nodejs /usr/bin/node \
&& cd /opt/MozDef/meteor \
&& /usr/local/bin/mrt add iron-router \
&& /usr/local/bin/mrt add accounts-persona)
&& cd /opt/MozDef/meteor )


# VOLUMES
Expand Down

0 comments on commit e09fd9a

Please sign in to comment.