Skip to content

Instantly share code, notes, and snippets.

@d-smith
Created November 30, 2015 15:19
Show Gist options
  • Select an option

  • Save d-smith/f189b17a7a4225d086f3 to your computer and use it in GitHub Desktop.

Select an option

Save d-smith/f189b17a7a4225d086f3 to your computer and use it in GitHub Desktop.
Node install - docker
RUN curl -sL https://deb.nodesource.com/setup_4.x | bash -
RUN apt-get install -y nodejs
RUN npm install -g mountebank
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment