Created
July 28, 2013 10:13
-
-
Save adamalex/6098134 to your computer and use it in GitHub Desktop.
Dockerfile for adamalex/strongloop - https://index.docker.io/u/adamalex/strongloop/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:quantal | |
MAINTAINER Adam Alexander <[email protected]> | |
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