From a8acdc83df9edfb3b10ae2bbde1bd7c0ea74ccd1 Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 16 Jul 2025 10:51:46 +0200 Subject: [PATCH] More stuff in the image --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 115f8ed..33c9bfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM library/fedora:latest -RUN dnf install neovim npm ansible ansible-lint ripgrep ShellCheck git tmux -RUN useradd -ms user /bin/bash -RUN git clone https://git.nopants.dk/shell/neovim_config.git /home/user/.config/nvim +RUN dnf install neovim npm gcc ansible ansible-lint ripgrep ShellCheck git tmux -y +RUN useradd -ms /bin/bash user +RUN git clone https://git.nopants.dk/shell/neovim_config.git /root/.config/nvim