From 65af4ea33b9f27295e6f2dbc6863c7fe6ee79bec Mon Sep 17 00:00:00 2001 From: Jackson Date: Fri, 15 Mar 2019 22:57:13 +1100 Subject: [PATCH] clone --- docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index d0f82f0..9869991 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -148,6 +148,7 @@ RUN yarn global add \ # Clone dotfiles configuration RUN gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-alacritty.git & \ gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-alpine.git & \ + gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-bin.git & \ gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-code.git & \ gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-git.git & \ gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-mime.git & \ @@ -158,6 +159,7 @@ RUN gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-alac gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-tmux.git & \ gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-tmuxinator.git & \ gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-vlc.git & \ + gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-weechat.git & \ 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 & \