We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've tried to swap firefox with chrome without success, any suggestions ?
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - RUN sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' RUN sudo apt-get update && sudo apt-get install google-chrome-stable -y
during executing I can see in the container logs:
failed to move to new namespace: PID namespace supported, network namespace supported, but failed: errno = Operation not permitted Aborted
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've tried to swap firefox with chrome without success,
any suggestions ?
during executing I can see in the container logs:
The text was updated successfully, but these errors were encountered: