Files
.dotfiles/Dockerfile
2020-11-08 21:55:05 +01:00

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