Files
Docker_Podman_Dev_container/Dockerfile
2025-07-16 10:34:43 +02:00

7 lines
221 B
Docker

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