-
-
Save buzzdan/211e0731781a35750b2b0f92fa8c6136 to your computer and use it in GitHub Desktop.
Install oh-my-zsh in Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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