I'm trying to use electron-installer-debian
in Jenkins (version 2.346.2) dashboard. But it has a fakeroot
dependency. Trying to install fakeroot
using apt-get install fakeroot
and error says 'permission denied'. If I use sudo apt-get install fakeroot
, error says command: sudo : not found
. Any ideas? Thanks
Asked
Active
Viewed 200 times
0

Yam Horesh
- 67
- 1
- 2
- 5

mui mui
- 11
- 4
-
If you have direct access to the Jenkins machine, try installing it from there instead of from within Jenkins. – M B Jul 27 '22 at 06:18
-
@MB i installed it on an EC2 instance of AWS. I can use sudo there, just not on the Jenkins execute shell build step. thanks btw – mui mui Jul 28 '22 at 01:06