Closed g0pher98 closed 2 years ago
Still, I don't know why. But i solved this problem using curl command🙂
# Modify Dockerfile
RUN curl -LO https://github.com/NationalSecurityAgency/ghidra/releases/download/${GHIDRA_RELEASE_TAG}/${GHIDRA_BUILD}.zip
had the exact same problem on a completely different repo, this change here fixed it. thanks 👏 Note that the WGET command works fine when ran outside the Dockerfile
The following error occurred when I build Dockerfile. 😥
Error
I don't know why this error persists