fix: curl
This commit is contained in:
parent
2c5f9f2d33
commit
2f1624c552
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --pr
|
|||
RUN cargo install agent-browser && \
|
||||
agent-browser install # Download Chrome (first time)
|
||||
|
||||
# --- NEW SECTION: GO SETUP ---
|
||||
# --- NEW SECTION: GO SETUP ---
|
||||
# 6. Install Go (Latest Stable)
|
||||
|
||||
ARG GO_VER=1.26.1
|
||||
|
|
@ -61,7 +61,7 @@ ENV PATH="/usr/local/go/bin:$PATH"
|
|||
|
||||
# tinygo Download the latest binary tarball
|
||||
ARG TGO_VER=0.40.1
|
||||
curl -LO https://github.com/tinygo-org/tinygo/releases/download/v${TGO_VER}/tinygo_${TGO_VER}_amd64.tar.gz
|
||||
RUN curl -LO https://github.com/tinygo-org/tinygo/releases/download/v${TGO_VER}/tinygo_${TGO_VER}_amd64.tar.gz
|
||||
# Extract to /usr/local
|
||||
sudo tar -C /usr/local -xzf tinygo_${TGO_VER}_amd64.tar.gz
|
||||
# Add TinyGo to your PATH (add to ~/.bashrc or ~/.zshrc for persistence)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue