This commit is contained in:
OCram85 2022-11-08 19:24:28 +01:00
parent a27e679b9d
commit 72fdf06a6d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM quay.io/linuxserver.io/code-server:4.8.3
RUN \
echo "**** install starshipt prompt ****" && \
echo "**** install starship prompt ****" && \
curl -sS https://starship.rs/install.sh | sh -s -- -f && \
echo "eval \"\$(starship init bash)\"" >> /etc/bash.bashrc