Replies: 1 comment
-
Hi @bwillis , thanks for your question! @dwisiswant0 , do we know what might be causing the installation issues here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to install katana on an Alpine Linux based image and I'm having some issues and was hoping someone could point me in the right direction. This is the Dockerfile I'm using:
It's worth noting that I've use this approach to install other projectdiscovery tools and didn't have any issues. It was a little hard discerning all of the installation requirements, but I have the chromium dependency and glibc through gcompat (if that's required). When I run this and attempt to invoke katana, I've gotten an error:
Docker:
rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2 Trace/breakpoint trap
Orbstack
Workaround
It's worth noting the workaround for posterity and incase it gives any insight into the solution. By using multistage build from the published image, I can copy the binary into the Alpine Linux image and this works:
Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions