Replace make with build-essential in package lists
This commit is contained in:
parent
8c1a01ba77
commit
ec16a6722b
|
|
@ -80,8 +80,8 @@ async function createContainer(home: string): Promise<void> {
|
|||
/** Install base system packages (as root). */
|
||||
async function installPackages(cached: boolean): Promise<void> {
|
||||
const packages = cached
|
||||
? "curl git fish make"
|
||||
: "curl git fish unzip make"
|
||||
? "curl git fish build-essential"
|
||||
: "curl git fish unzip build-essential"
|
||||
await run(
|
||||
$`container exec ${CONTAINER_NAME} bash -c ${`apt update && apt install -y ${packages}`}`,
|
||||
"Package installation")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user