Describe the bug
When running for example as root@VPS the kernel build will fail, since the build process inside the docker container is done as a non-root user.
To Reproduce
Basically, check #59.
The TLDR seems to be that as soon as one is on a VPS the kernel builder runs into problems
Expected behavior
In the mentioned scenario above the framework should not fail to complete all building steps.
Describe the bug When running for example as
root@VPS
the kernel build will fail, since the build process inside the docker container is done as a non-root user.To Reproduce Basically, check #59. The TLDR seems to be that as soon as one is on a VPS the kernel builder runs into problems
Expected behavior In the mentioned scenario above the framework should not fail to complete all building steps.
Screenshots Check #59