add unzip
This commit is contained in:
parent
5dd0ff2193
commit
3888876ed5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user