Skip to content

Commit

Permalink
Missing continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad authored Jan 18, 2025
1 parent 6551845 commit 016505a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/Containerfile-dotfiles
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN useradd -l -u 1000 -G wheel -md /var/home/gbraad -s /bin/bash -p gbraad gbra

USER gbraad

RUN rm -f ~/.zshrc
RUN rm -f ~/.zshrc \
&& git clone https://github.com/gbraad/dotfiles ~/.dotfiles \
&& ~/.dotfiles/install.sh \
&& sudo chsh gbraad -s /bin/zsh
Expand Down

0 comments on commit 016505a

Please sign in to comment.