Skip to content

Instantly share code, notes, and snippets.

@adamalex
Created July 28, 2013 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamalex/6098134 to your computer and use it in GitHub Desktop.
Save adamalex/6098134 to your computer and use it in GitHub Desktop.
Dockerfile for adamalex/strongloop - https://index.docker.io/u/adamalex/strongloop/
FROM ubuntu:quantal
MAINTAINER Adam Alexander <adamalex@gmail.com>
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y wget
RUN wget -nv http://45ec19d3127bddec1c1d-e57051fde4dbc9469167f8c2a84830dc.r36.cf1.rackcdn.com/strongloop-node_1.1.0-1_amd64.deb
RUN dpkg -i strongloop-node_1.1.0-1_amd64.deb
RUN rm strongloop-node_1.1.0-1_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment