From a942b33fa39a78907a65641ba5361787756a8cc8 Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 16 Jul 2025 10:34:43 +0200 Subject: [PATCH] First commit adding Dockerfile --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..115f8ed --- /dev/null +++ b/Dockerfile @@ -0,0 +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 +