feat: add webman to PATH and install in Dockerfile

This commit is contained in:
Andrew Lee
2022-05-12 00:34:13 -06:00
parent 1bba28bc3f
commit 4f02661fc4
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
FROM alpine:latest
RUN apk update && apk add git curl
RUN apk --no-cache add git curl
RUN curl https://raw.githubusercontent.com/candrewlee14/webman/main/scripts/install.sh | sh
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