Files
dotfiles/Dockerfile
2023-12-09 15:33:38 -07:00

6 lines
158 B
Docker

FROM alpine:latest
RUN apk --no-cache add git curl
RUN sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14
ENV SHELL /usr/bin/fish
CMD ["fish"]