I want to use apt
to install some packages for the test, however, it fails due to that the sudo is disabled. I found the following in the test output:
Sudo access is turned off on our Docker based architecture, which will be used in two contexts:
sudo: false
in their .travis.yml file (it additionally needs to be turned on on our side)Builds running on our Docker based architecture currently cannot be allowed sudo access due to certain security concerns in the LXC/Docker layer. We hope this will be fixed in the near future, but unfortunately the issue is out of our own hands.
We are also working on improving the Firefox addon, which currently uses sudo itself, but shouldn't. We'll post on our blog once this has happened.