Skip to content

Instantly share code, notes, and snippets.

View buzzdan's full-sized avatar
💭
Buzzing around...

Dan Mordechay buzzdan

💭
Buzzing around...
View GitHub Profile
@buzzdan
buzzdan / Dockerfile
Created August 24, 2017 14:36 — forked from MichalZalecki/Dockerfile
Install oh-my-zsh in Docker
RUN ["apt-get", "update"]
RUN ["apt-get", "install", "-y", "zsh"]
RUN wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh || true
# docker exec -it my-app-container /bin/zsh