From 7162d74b9168651f36ad17fe1ecf55761c02cd66 Mon Sep 17 00:00:00 2001 From: w34164 Date: Wed, 6 Aug 2025 10:00:04 +0200 Subject: [PATCH] Updating dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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