bcc icon indicating copy to clipboard operation
bcc copied to clipboard

Docker container error because of missing build-deb script

Open SofianeHamlaoui opened this issue 3 years ago • 0 comments

Hello,

After trying to build the Ubuntu container using the Dockerfile you shared, I'm facing this error :

This is because the scripts folder and more precisely the build script aren't on the working directory ( /root/bcc )

after adding an ls :

As you can see that the folder only contains the Dockerfiles you copied, which is normal because you only copied the current directory files only :

SofianeHamlaoui avatar Jun 26 '22 12:06 SofianeHamlaoui