draios / sysdig

Linux system exploration and troubleshooting tool with first class support for containers
http://www.sysdig.com/
Other
7.69k stars 728 forks source link

Docker image build "E: Unable to locate package clang-7 E: Unable to locate package llvm-7 E: Unable to locate package libmpx2" #2050

Closed lgdeloss closed 2 months ago

lgdeloss commented 7 months ago

I'm running docker build . locally from the docker/local/Dockerfile and getting... https://pastebin.com/JaQ2sXHu

E: Unable to locate package clang-7
E: Unable to locate package llvm-7
E: Unable to locate package libmpx2
therealbobo commented 7 months ago

Hey @lgdeloss! That dockerfile is quite old and I'm not super sure why is still there. If you use docker/sysdig/Dockerfile, you should be good! 😄

lgdeloss commented 7 months ago

@therealbobo Ok, so I tried using the docker/sysdig/Dockerfile And now the error is https://pastebin.com/TGL17Xt0

Step 9/14 : COPY ./sysdig-${BUILD_VERSION}-*.rpm /
COPY failed: no source files were specified
therealbobo commented 7 months ago

Hey @lgdeloss! Sorry for the delay. I just updated the local Dockerfile (docker/local/Dockerfile) and it should work flawlessly!

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.