commit a942b33fa39a78907a65641ba5361787756a8cc8 Author: Tobias Date: Wed Jul 16 10:34:43 2025 +0200 First commit adding 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 +