Files
Docker_Podman_Dev_container/Dockerfile
2025-07-17 18:17:29 +02:00

6 lines
249 B
Docker

FROM library/fedora:latest
RUN dnf install neovim npm gcc ansible ansible-lint ripgrep ShellCheck unzip git tmux zsh zsh-syntax-highlighting -y
WORKDIR /data/Documents
RUN git clone https://git.nopants.dk/shell/neovim_config.git /root/.config/nvim