add: config folder
This commit is contained in:
parent
be677cae50
commit
9189bb0358
6 changed files with 851 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
|
|||
default-jdk-headless \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
#1a store creds
|
||||
#1a GIT store creds
|
||||
RUN git config --global credential.helper store
|
||||
|
||||
# 2. Install Starship & Aliases
|
||||
|
|
@ -43,7 +43,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --pr
|
|||
|
||||
# install https://agent-browser.dev
|
||||
RUN cargo install agent-browser && \
|
||||
agent-browser install # Download Chrome (first time)
|
||||
agent-browser install # Download Chrome (first time)
|
||||
|
||||
# --- NEW SECTION: GO SETUP ---
|
||||
# 6. Install Go (Latest Stable)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue