← Back to Registry

Build Essential

Software

Meta-package: common + make + git + curl.

Add to agentOS

Register it with your VM's software: [] so its commands are available inside the VM.

import { agentOS, setup } from "@rivet-dev/agentos";
import buildEssential from "@agentos-software/build-essential";
 
// Add the package to your VM's software so its commands are available inside the VM
const vm = agentOS({ software: [buildEssential] });
 
export const registry = setup({ use: { vm } });