From f2851e603e91b6ba5fc7b878754080328819dea5 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 5 Apr 2024 07:58:58 +0200 Subject: [PATCH] debug starship install command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed83799..2ac6b12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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