You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 in5.3.0-40-generic
. However, this package is not available in apt for ubuntu 16.04.I am running Ubuntu 19.10.
The text was updated successfully, but these errors were encountered: