You've already forked Docker_Podman_Dev_container
7 lines
223 B
Docker
7 lines
223 B
Docker
FROM library/fedora:latest
|
|
|
|
RUN dnf install neovim npm gcc ansible ansible-lint ripgrep ShellCheck git tmux -y
|
|
RUN useradd -ms /bin/bash user
|
|
RUN git clone https://git.nopants.dk/shell/neovim_config.git /root/.config/nvim
|
|
|