Skip to content

Instantly share code, notes, and snippets.

@DevOpsKev
Forked from MichalZalecki/Dockerfile
Created September 23, 2022 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DevOpsKev/7c167cbdd0a49d448e325541c8a7db3b to your computer and use it in GitHub Desktop.
Save DevOpsKev/7c167cbdd0a49d448e325541c8a7db3b 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