Skip to content

Instantly share code, notes, and snippets.

@keeb-zz
Created March 8, 2014 15:02
Show Gist options
  • Save keeb-zz/9431832 to your computer and use it in GitHub Desktop.
Save keeb-zz/9431832 to your computer and use it in GitHub Desktop.
» meet-nick time docker build -t keeb/meet-nick .
Uploading context 5.632 kB
Uploading context
Step 0 : from ubuntu:12.04
---> 8dbd9e392a96
Step 1 : maintainer Nick Stinemates <nick@stinemat.es>
---> Using cache
---> 688c24f5ff75
Step 2 : run apt-get update
---> Using cache
---> d0c9be58f82f
Step 3 : run apt-get -y update
---> Using cache
---> 6f39293ce17a
Step 4 : run apt-get install -y wget
---> Using cache
---> 867d6b0309ab
Step 5 : run wget -O - http://nodejs.org/dist/v0.8.23/node-v0.8.23-linux-x64.tar.gz | tar -C /usr/local/ --strip-components=1 -zxv
---> Using cache
---> f9aa37ae7f54
Step 6 : add ./package.json /meet/package.json
---> Using cache
---> 484754a6417f
Step 7 : run cd /meet && npm install
---> Using cache
---> d4b7b0aa77bd
Step 8 : add . /meet
---> d8a408ea9bf5
Successfully built d8a408ea9bf5
docker build -t keeb/meet-nick . 0.01s user 0.00s system 1% cpu 0.969 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment