From 8d51eba328ec11ad495bd0e8a0eb5c14cc0dd1f8 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Fri, 15 Feb 2019 19:34:45 +1100 Subject: [PATCH] clean --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 31f3b9f..bf5ac1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -118,7 +118,8 @@ RUN vcsh clone git://github.com/sabrehagen/dotfiles-alacritty.git && \ vcsh clone git://github.com/sabrehagen/dotfiles-musikcube.git && \ vcsh clone git://github.com/sabrehagen/dotfiles-scripts.git && \ vcsh clone git://github.com/sabrehagen/dotfiles-vlc.git && \ - vcsh clone git://github.com/sabrehagen/dotfiles-zsh.git + vcsh clone git://github.com/sabrehagen/dotfiles-zsh.git && \ + rm -rf .gitignore.d # Cache zsh plugins RUN zsh -c "source $HOME/.zshrc"