You've already forked Docker_Podman_Dev_container
Most things are setup
This commit is contained in:
14
Dockerfile
14
Dockerfile
@@ -1,6 +1,12 @@
|
|||||||
FROM library/fedora:latest
|
FROM library/fedora:latest
|
||||||
|
|
||||||
RUN dnf install neovim npm gcc ansible ansible-lint ripgrep ShellCheck git tmux -y
|
RUN dnf install neovim npm gcc ansible ansible-lint ripgrep ShellCheck unzip git tmux -y
|
||||||
RUN useradd -ms /bin/bash user
|
RUN useradd -ms /bin/bash bobby
|
||||||
RUN git clone https://git.nopants.dk/shell/neovim_config.git /root/.config/nvim
|
USER bobby
|
||||||
|
WORKDIR /home/bobby/
|
||||||
|
RUN git clone https://git.nopants.dk/shell/neovim_config.git /home/bobby/.config/nvim
|
||||||
|
RUN git clone https://git.nopants.dk/shell/tmux_config.git /home/bobby/Documents/tmux_config
|
||||||
|
RUN mv /home/bobby/Documents/tmux_config/tmux.conf /home/bobby/.tmux.conf
|
||||||
|
USER root
|
||||||
|
RUN cp /home/bobby/Documents/tmux_config/tmux-script /bin/.
|
||||||
|
USER bobby
|
||||||
|
Reference in New Issue
Block a user