Files
.dotfiles/Dockerfile
T
2021-06-22 13:05:12 +02:00

9 lines
153 B
Docker

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