Skip to content

Commit

Permalink
Base docker image with zsh, curl, git, ruby & nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Parikh committed Apr 7, 2016
1 parent 5f4505d commit 56ddfe0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM alpine:3.3
RUN apk update
RUN apk upgrade
RUN apk add zsh curl git ruby nodejs
RUN npm install -g npm
RUN git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
RUN cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc

0 comments on commit 56ddfe0

Please sign in to comment.