install bash dependency for webinstall

This commit is contained in:
2022-03-31 14:43:29 -06:00
parent e16d5aba83
commit 099d85c6e9
2 changed files with 14 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
FROM alpine:latest
RUN apk update && apk add git curl
RUN sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14
RUN nvim --headless +'PlugInstall --sync' +qa
RUN nvim --headless -u ~/.config/nvim/coq_init.vim +'PlugInstall --sync' +qa
RUN nvim --headless -u ~/.config/nvim/cmp_init.vim +'PlugInstall --sync' +qa
# RUN nvim --headless +'PlugInstall --sync' +qa
# RUN nvim --headless -u ~/.config/nvim/coq_init.vim +'PlugInstall --sync' +qa
# RUN nvim --headless -u ~/.config/nvim/cmp_init.vim +'PlugInstall --sync' +qa
ENTRYPOINT ["/bin/zsh"]