feat: make container updates easier
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
FROM docker.io/fedora:41
|
||||
|
||||
# === setup system ===
|
||||
ENV TZ="Europe/Amsterdam"
|
||||
RUN dnf -y install neovim unzip \
|
||||
bash-completion zoxide fd-find procps \
|
||||
git go npm
|
||||
@@ -15,4 +14,10 @@ COPY config/user/bashrc /home/user/.bashrc
|
||||
# === setup neovim ===
|
||||
RUN git clone --depth 1 https://github.com/LazyVim/starter ~/.config/nvim
|
||||
COPY config/nvim/plugins /home/user/.config/nvim/lua/plugins
|
||||
COPY config/nvim/config/options.lua /home/user/.config/nvim/config/lua/options.lua
|
||||
COPY config/nvim/config/options.lua /home/user/.config/nvim/lua/config/options.lua
|
||||
COPY config/nvim/lazyvim.json /home/user/.config/nvim/lazyvim.json
|
||||
|
||||
# === setup container ===
|
||||
ENV TZ="Europe/Amsterdam"
|
||||
VOLUME /home/user/.local
|
||||
CMD ["bash"]
|
||||
|
||||
Reference in New Issue
Block a user