.dotfiles/Dockerfile
2020-11-07 15:58:15 +01:00

8 lines
145 B
Docker

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