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
Yam Horesh
3002 gold badges4 silver badges5 bronze badges
-
If you have direct access to the Jenkins machine, try installing it from there instead of from within Jenkins.M B– M B2022年07月27日 06:18:18 +00:00Commented Jul 27, 2022 at 6: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 btwmui mui– mui mui2022年07月28日 01:06:57 +00:00Commented Jul 28, 2022 at 1:06