Skip to content

Commit

Permalink
Install starshell (https://starship.rs) in the base container (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan authored Jan 29, 2024
1 parent b506af8 commit 81b107c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ RUN mkdir -p ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts

ENV TZ=Europe/Berlin

RUN curl -sS https://starship.rs/install.sh > install.sh
RUN sh install.sh -y

# install dot tools
WORKDIR "/home/damyan"
Expand All @@ -39,7 +41,6 @@ USER damyan

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


# install yq
WORKDIR "/root"

Expand Down

0 comments on commit 81b107c

Please sign in to comment.