Skip to content
New issue

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

Using ubuntu version > 16.04 #3

Open
IKnowLogic opened this issue Mar 4, 2020 · 0 comments
Open

Using ubuntu version > 16.04 #3

IKnowLogic opened this issue Mar 4, 2020 · 0 comments

Comments

@IKnowLogic
Copy link

When running the docker file from Ubuntu with a version larger than 16.04, the script fails on the following command:
´RUN apt-get install -y linux-tools-common linux-tools-generic linux-tools-`uname -r``

I think this is due to the command uname -r which finds the kernel version of the host computer. On my computer it results in 5.3.0-40-generic. However, this package is not available in apt for ubuntu 16.04.

I am running Ubuntu 19.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant