fyoorer / ShadowClone

Unleash the power of cloud
Apache License 2.0
718 stars 95 forks source link

Typo in Dockerfile_v0.2 #60

Closed Sh4d0wHunt3rX closed 3 months ago

Sh4d0wHunt3rX commented 3 months ago

I guess wget needed to be used instead of eget and also this part missed:

# ENV for Go
ENV GOROOT="/usr/local/go"
ENV PATH="${PATH}:${GOROOT}/bin"
ENV PATH="${PATH}:${GOPATH}/bin"
ENV GOPATH=$HOME/go

image

spector012 commented 3 months ago

could this be the reason why it gets stuck

''' Step 18/34 : RUN eget projectdiscovery/subfinder --to /usr/local/bin ---> Running in 09848f0f9f2e https://github.com/projectdiscovery/subfinder/releases/download/v2.6.6/subfinder_2.6.6_linux_amd64.zip '''

fyoorer commented 3 months ago

not a typo