[provisioning] Just use zsh in the Dockerfile

This commit is contained in:
Correl Roush 2018-02-23 17:12:05 -05:00
parent 6805a449c0
commit 4c219d9db2

View file

@ -11,4 +11,4 @@ USER correl
WORKDIR /home/correl WORKDIR /home/correl
COPY . /home/correl/dotfiles COPY . /home/correl/dotfiles
RUN DEBUG=1 /home/correl/dotfiles/provision.sh RUN DEBUG=1 /home/correl/dotfiles/provision.sh
CMD ["/bin/bash", "/home/correl/dotfiles/provision.sh"] CMD ["/usr/bin/zsh"]