Files
2025-08-06 10:00:04 +02:00

6 lines
221 B
Docker

FROM library/fedora:latest
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