add automatic plug install and perl to install script

This commit is contained in:
2021-11-17 17:21:14 -07:00
parent 42e58db4be
commit b5c62fabe5
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
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
ENTRYPOINT ["/bin/zsh"]