run zsh by default

This commit is contained in:
chris 2017-03-07 12:37:23 +01:00
parent 7c117fe3f4
commit 1b20576be6
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ RUN apk add --no-cache \
vim \
zsh
ADD zshrc /root/.zshrc
CMD zsh