Skip to content

Instantly share code, notes, and snippets.

@buzzdan
Forked from MichalZalecki/Dockerfile
Created August 24, 2017 14:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buzzdan/211e0731781a35750b2b0f92fa8c6136 to your computer and use it in GitHub Desktop.
Save buzzdan/211e0731781a35750b2b0f92fa8c6136 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment