zerops: # supports monorepositories, just add # one setup section after the other - setup: verba # ==== how to build your application ==== build: base: [email protected] prepareCommands: - apt-get install -y build-essential
zerops: # supports monorepositories, just add # one setup section after the other - setup: verba # ==== how to build your application ==== build: base: [email protected] prepareCommands: - apt-get install -y build-essential
Aren't we supposed to apt-get in the prepareCommands?
because I'm getting this
2025-08-07T06:05:07.551Z 2025-08-07T06:05:07.552Z ━━━━ apt-get install -y build-essential ━━━━ 2025-08-07T06:05:07.552Z 2025-08-07T06:05:07.578Z E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied) 2025-08-07T06:05:07.578Z E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root? 2025-08-07T06:05:07.579Z 2025-08-07T06:05:07.580Z ━━━━ apt-get install -y build-essential ━━━━ 2025-08-07T06:05:07.580Z 2025-08-07T06:05:07.580Z [BUILD ERROR] failed running command => [commandExec] build command failed: map[command:[apt-get install -y build-essential] message:[exit status 100]]