diff --git a/Dockerfile b/Dockerfile index df6abd2..7d3e726 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN \ echo "**** install starship prompt ****" && \ curl -sS -o /tmp/install.sh https://starship.rs/install.sh && \ chmod +x /tmp/install.sh && \ - /tmp/install.sh -f && \ + /tmp/install.sh --verbose --force --version latest && \ rm -f /tmp/install.sh && \ echo "eval \"\$(starship init bash)\"" >> /etc/bash.bashrc