add: tinygo

This commit is contained in:
Andy Bunce 2026-03-25 17:51:32 +00:00
parent e5795f9c6a
commit 446567cc68

View file

@ -41,6 +41,7 @@ ENV CARGO_HOME=/root/.cargo
ENV PATH="$CARGO_HOME/bin:$PATH" ENV PATH="$CARGO_HOME/bin:$PATH"
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile default RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile default
RUN cargo install tinygo
# install https://agent-browser.dev # install https://agent-browser.dev
RUN cargo install agent-browser && \ RUN cargo install agent-browser && \
agent-browser install # Download Chrome (first time) agent-browser install # Download Chrome (first time)