Compare commits

...

2 commits

Author SHA1 Message Date
e0480bb53c Merge branch 'main' of https://git.quodatum.duckdns.org/apb/ai-code 2026-03-25 17:54:02 +00:00
446567cc68 add: tinygo 2026-03-25 17:51:32 +00:00

View file

@ -43,6 +43,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)