generated from Templates/Baseline
This commit is contained in:
parent
8deb1620ac
commit
9b915ae0ab
@ -20,7 +20,8 @@ LABEL org.opencontainers.image.documentation="https://gitea.ocram85.com/CodeServ
|
|||||||
RUN \
|
RUN \
|
||||||
echo "**** install starship prompt ****" && \
|
echo "**** install starship prompt ****" && \
|
||||||
curl -sS -o /tmp/install.sh https://starship.rs/install.sh && \
|
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 && \
|
rm -f /tmp/install.sh && \
|
||||||
echo "eval \"\$(starship init bash)\"" >> /etc/bash.bashrc
|
echo "eval \"\$(starship init bash)\"" >> /etc/bash.bashrc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user