sudo: apt-get: command not found #3640
Replies: 1 comment
-
Looks like this is an issue reported with the setup-chrome action: browser-actions/setup-chrome#597 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm working on implementing ARC runners in our K8s cluster and have them 'working' and scaling as expected. I'm using the latest runner image and running into an odd error on some action steps. For example, I'm using:
For the
install-dependencies
step, it runs/usr/bin/sudo apt-get update
without issue, however when it then tries to run the following, I get the errorsudo: apt-get: command not found
/usr/bin/sudo apt-get install --yes --no-install-recommends libglib2.0-0 libgconf-2-4 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm-dev libnss3-dev libxss-dev libasound2 xvfb fonts-liberation libu2f-udev xdg-utils
The
no-sudo
option available just hits a permissions error. I'm hoping someone can shed some light as to why the runner image is behaving like this.Thank you,
Beta Was this translation helpful? Give feedback.
All reactions