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