fix starship prompt installation #95

Merged
OCram85 merged 5 commits from remove/portainerTrigger into master 2024-04-05 08:15:11 +02:00
Showing only changes of commit 8deb1620ac - Show all commits

View File

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