[add] git cred store

This commit is contained in:
Andy Bunce 2026-03-15 18:18:12 +00:00
parent 0ffc9d4ff0
commit c5bcf5824a

View file

@ -8,6 +8,9 @@ RUN apt-get update && apt-get install -y \
default-jdk-headless \ default-jdk-headless \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
#1a store creds
RUN git config --global credential.helper store
# 2. Install Starship & Aliases # 2. Install Starship & Aliases
RUN curl -sS https://starship.rs/install.sh | sh -s -- -y RUN curl -sS https://starship.rs/install.sh | sh -s -- -y
RUN echo 'eval "$(starship init zsh)"' >> /root/.zshrc RUN echo 'eval "$(starship init zsh)"' >> /root/.zshrc