You've already forked Docker_Podman_Dev_container
First commit adding Dockerfile
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -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
|
||||||
|
|
Reference in New Issue
Block a user