Skip to content

Commit

Permalink
Add public keys to image
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad authored Jan 18, 2025
1 parent f5b1c34 commit 74944c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/Containerfile-dotfiles
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ USER gbraad
RUN git clone https://github.com/gbraad/dotfiles ~/.dotfiles \
&& ~/.dotfiles/install.sh

RUN curl https://github.com/gbraad.keys | tee -a ~/.ssh/authorized_keys

RUN pip install pygments-style-tomorrownightbright

ENTRYPOINT [ "/bin/zsh" ]

0 comments on commit 74944c0

Please sign in to comment.