This commit is contained in:
Jackson Delahunt 2019-02-04 01:41:02 +11:00
parent 2becda723f
commit 5ebea0f25a

View file

@ -3,6 +3,7 @@ USER root
# Install user utilities
RUN apt-get install -qq \
feh \
software-properties-common \
vcsh \
vlc \
@ -124,5 +125,8 @@ RUN vcsh clone https://github.com/sabrehagen/dotfiles-alacritty && \
# Cache zsh plugins
RUN zsh -c "source $HOME/.zshrc"
# Cache tmux plugins
RUN zsh -c "/opt/tpm/bin/install_plugins"
# Start a shell on entry
CMD zsh