diff --git a/Dockerfile b/Dockerfile index 2fdac56..59825ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM library/fedora:latest -RUN dnf install neovim npm gcc ansible ansible-lint ripgrep ShellCheck unzip git tmux zsh zsh-syntax-highlighting -y +RUN dnf install neovim wget npm gcc ansible ansible-lint ripgrep ShellCheck unzip git -y WORKDIR /data/Documents RUN git clone https://git.nopants.dk/shell/neovim_config.git /root/.config/nvim