Skip to content

Instantly share code, notes, and snippets.

@digen
digen / keybase.gist
Created July 3, 2015 07:20
keybase.gist
### Keybase proof
I hereby claim:
* I am digen on github.
* I am digen (https://keybase.io/digen) on keybase.
* I have a public key whose fingerprint is 50A2 B33F 462D E914 0485 B743 CD6F A0F7 B174 07E9
To claim this, I am signing this object:
@digen
digen / Dockerfile
Created May 10, 2015 12:43
Octopress Dockerfile
FROM ubuntu:14.04.1
MAINTAINER digen <swapneel@brainattic.in>
# update OS
RUN apt-get update
RUN apt-get upgrade -y
# Install depndencies
RUN apt-get install -y ruby1.9.3 ruby-dev build-essential git openssh-server vim
RUN git clone http://github.com/imathis/octopress.git /srv/octopress