[add] git cred store
This commit is contained in:
parent
0ffc9d4ff0
commit
c5bcf5824a
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue