add unzip

This commit is contained in:
Chris Wanstrath 2026-02-20 07:38:24 -08:00
parent 5dd0ff2193
commit 3888876ed5

View File

@ -54,7 +54,7 @@ export async function create(log?: (msg: string) => void): Promise<void> {
// Provision (as root)
log?.("Installing packages")
await run(
$`container exec ${CONTAINER_NAME} bash -c ${"apt update && apt install -y curl git neofetch fish"}`,
$`container exec ${CONTAINER_NAME} bash -c ${"apt update && apt install -y curl git neofetch fish unzip"}`,
"Package installation")
// Create symlinks so git worktree absolute paths from the host resolve inside the container