feat: setup.sh
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal 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
|
Reference in New Issue
Block a user