Skip to content

Instantly share code, notes, and snippets.

@kenperkins
Forked from rosskukulinski/app-redis-sk.service
Last active August 29, 2015 14:07
Show Gist options
  • Save kenperkins/187c15bb4d9935fa3c2b to your computer and use it in GitHub Desktop.
Save kenperkins/187c15bb4d9935fa3c2b to your computer and use it in GitHub Desktop.
FROM ubuntu:14.04
MAINTAINER Ross Kukulinski "ross@speakit.io"
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