Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfluegge committed Jun 8, 2024
1 parent 9dc4e8e commit 44a6c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN git clone https://github.com/conda-incubator/conda-zsh-completion ${ZSH_CUST
RUN git clone https://github.com/jeffreytse/zsh-vi-mode $ZSH_CUSTOM/plugins/zsh-vi-mode

# Install starship prompt
RUN curl -fsSL https://starship.rs/install.sh | bash -s -- -y
RUN curl -fsSL https://starship.rs/install.sh | sh -s -- -y

# Add dotfiles
COPY .config $HOME/.config
Expand Down

0 comments on commit 44a6c99

Please sign in to comment.