Open marcelo321 opened 6 months ago
for me, kind of the same error happens for subfinder. I'm trying figure out whats the problem
Check the error above, for me , this installed by simply updating Go version in the Dockerfile into the latest
I think u should try changing go install lines to
#RUN wget https://dl.google.com/go/go1.20.5.linux-amd64.tar.gz
RUN wget https://go.dev/dl/go1.22.3.linux-amd64.tar.gz
#RUN tar -xvf go1.20.5.linux-amd64.tar.gz
RUN tar -xvf go1.22.3.linux-amd64.tar.gz
#RUN rm go1.20.5.linux-amd64.tar.gz
RUN rm go1.22.3.linux-amd64.tar.gz
RUN mv go /usr/local
I can't install naabu and I don't know what's missing: