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
| #Add zsh to the applications being installed | |
| ##... | |
| libzip-dev zip unzip zsh \ | |
| # Change the shell of both users | |
| USER root | |
| RUN usermod --shell $(which zsh) laradock | |
| RUN usermod --shell $(which zsh) root | |
| #Install oh-my-zsh for both users |
NewerOlder