diff --git a/docker/Dockerfile b/docker/Dockerfile index 0e19456..ef4d6f4 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -127,6 +127,7 @@ RUN gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-alac gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-git.git & \ gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-mime.git & \ gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-musikcube.git & \ + gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-openbox.git & \ gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-rofi.git & \ gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-rpi.git & \ gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-scripts.git & \ @@ -138,7 +139,7 @@ RUN gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-alac gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-x11.git & \ gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-xdg.git & \ gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-zsh.git & \ - wait && echo + wait && echo 1 # Cache zsh plugins RUN gosu $USER zsh -c "source $HOME/.zshrc"