-
-
Save kenperkins/187c15bb4d9935fa3c2b to your computer and use it in GitHub Desktop.
This file contains hidden or 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:14.04 | |
MAINTAINER Ross Kukulinski "[email protected]" | |
RUN apt-get -qq update | |
RUN apt-get -qq install -y python-software-properties software-properties-common curl git build-essential supervisor emacs23-nox nano | |
RUN add-apt-repository -y ppa:chris-lea/node.js | |
RUN apt-get -qq update | |
RUN apt-get -qq install -y nodejs | |
RUN npm -g install npm | |
RUN npm -g install bower gulp grunt-cli bunyan | |
RUN mkdir -p /var/log/supervisor | |
ENTERYPOINT ["/usr/bin/node", "--version"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment