-
|
I am trying to install lustre client from the downloaded .deb file using I got an error when building the container using command The thing is, if I download the deb files and install them in normal Ubuntu 22.04, everything is ok without any problem. So, why the error |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Solved myself. If we run If we in the def file and the problem is solved. |
Beta Was this translation helpful? Give feedback.
Solved myself.
If we run
depmodin the container, it will report what is not found:If we
shell --bindthe host directory/lib/modules/6.8.0-47-genericinto the container, we can install deb files usingdpkg -iwithout any problem. So, I addin the def file and the problem is solved.