Skip to content

Commit

Permalink
Set WORKDIR before cloning the dotfiles repo (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan authored Jun 13, 2023
1 parent cdbfe7e commit e43e151
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN mkdir -p ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts

ENV TZ=Europe/Berlin

WORKDIR "/root"

RUN git clone https://github.com/damyan/dotfiles.git .dotfiles && cd .dotfiles && ./install_dot_files.sh

COPY --from=yq /usr/bin/yq /usr/local/bin/yq
Expand Down

0 comments on commit e43e151

Please sign in to comment.