debug
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/next unknown status
ci/woodpecker/push/master unknown status

This commit is contained in:
OCram85 2022-10-21 21:00:28 +02:00
parent e46d0a2240
commit 9f555a103c

View File

@ -2,7 +2,7 @@ FROM linuxserver/code-server:4.7.1
RUN \
echo "**** install starshipt prompt ****" && \
curl -sS https://starship.rs/install.sh | sh && \
curl -sS https://starship.rs/install.sh | sh -s -f && \
echo "eval \"\$(starship init bash)\"" >> /etc/bash.bashrc
ENV STARSHIP_CONFIG=/etc/starship.tom