.dotfiles/Dockerfile

9 lines
149 B
Docker

FROM debian:latest
ADD . ~/.dotfiles
RUN apt-get update && apt-get upgrade -y
RUN apt-get install curl git zsh -y
ENTRYPOINT ~/.dotfiles/setup.sh