feat: restructure repo
This commit is contained in:
@ -2,7 +2,7 @@ FROM debian:latest
|
||||
|
||||
ADD . ~/.dotfiles
|
||||
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
RUN apt-get install curl git -y
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
RUN apt-get install curl git zsh -y
|
||||
|
||||
ENTRYPOINT ~/.dotfiles/setup.sh
|
||||
ENTRYPOINT ~/.dotfiles/setup.sh
|
||||
|
Reference in New Issue
Block a user