debug starship install command
ci/woodpecker/pr/ci Pipeline failed Details

This commit is contained in:
OCram85 2024-04-05 07:58:58 +02:00
parent 526d8a9a30
commit f2851e603e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.ocram85.com/CodeServ
RUN \
echo "**** install starship prompt ****" && \
curl -sS https://starship.rs/install.sh | sh -s -- -f && \
curl -sS https://starship.rs/install.sh | sh -s && \
echo "eval \"\$(starship init bash)\"" >> /etc/bash.bashrc
ENV STARSHIP_CONFIG=/etc/starship.toml