Skip to content

Instantly share code, notes, and snippets.

View JhonathaNunes's full-sized avatar

Jhonatha Nunes Silveira JhonathaNunes

View GitHub Profile
@JhonathaNunes
JhonathaNunes / Dockerfile
Created August 20, 2019 19:08 — 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