| # debian.sh --arch 'amd64' out/ 'testing' '@1781049600' |
| ARG DEBIAN_FRONTEND |
| |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c ( set -e; apt-get -yq update; apt-get -yq full-upgrade; apt-get -yq install openssh-client adduser build-essential can-utils curl fd-find ffmpeg git iproute2 jq less libssl-dev pipx pkg-config poppler-utils python3 ripgrep sudo tig tree vim-nox --no-install-recommends ; apt-get -yq clean; rm -rf /var/lib/apt/lists/*; ) |
| |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c ( echo "export PATH=\$PATH:${HOME}/.local/bin" >> ${HOME}/.bashrc ) |
| |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c ( set -e; curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y; ) |
| |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c ( set -e; pipx install uv; pipx install duckduckgo-mcp-server; ) |
| |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c ( set -e; curl -fsSL https://opencode.ai/install | bash; ) |
| |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c ( set -e; curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash; ) |
| |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c ( set -e; . /root/.cargo/env; cd /opt; git clone https://git.glyphs.tech/taproot-manufacturing/entomologist.git; cd entomologist; cargo build; cargo install --path . ; rm -r target ; ) |
| COPY dir:2b24018e3a8861204bae011383b4d2c786761889a0e3e307a6c585117efb16cc in /opt/ent-agent-rs |
| |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c ( set -e; . /root/.cargo/env; cd /opt/ent-agent-rs; cargo build --release; cargo install --path . ; ) |
| WORKDIR "/opt/agent-workspace" |
| ENTRYPOINT [ "/bin/bash", "-c", "export PATH=$PATH:/root/.opencode/bin;. /root/.cargo/env; RUST_BACKTRACE=1 ent-agent-rs -w /opt/agent-workspace;" ] |