feat: setup.sh

This commit is contained in:
2020-11-07 15:58:15 +01:00
parent 747b24bc75
commit 0cb86839b2
15 changed files with 1709 additions and 318 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM debian:latest
ADD . ~/.dotfiles
RUN apt-get update && apt-get upgrade -y
RUN apt-get install curl git -y
ENTRYPOINT ~/.dotfiles/setup.sh