set propper file permissions
ci/woodpecker/pr/ci Pipeline failed Details

This commit is contained in:
OCram85 2024-04-05 08:06:39 +02:00
parent 8deb1620ac
commit 9b915ae0ab
1 changed files with 2 additions and 1 deletions

View File

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