add Dockerfile for test container

This commit is contained in:
2021-11-17 16:28:38 -07:00
parent 6de0140799
commit 42e58db4be
5 changed files with 1649 additions and 2 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM alpine:latest
RUN apk update && apk add git curl
RUN sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14
ENTRYPOINT ["/bin/zsh"]