You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried working around this by creating the directory specified in the wget myself :
Step 11/27 : RUN wget -O /tmp/john.tar.gz http://www.openwall.com/john/j/john-1.8.0-jumbo-1.tar.gz ---> Running in 60493f8009e5
I created the directory (specified above) and put the tar file in it using FileZilla hoping that it would recognize that the resources are there and skip that step. Instead I ran into the same error.
I also tried adding sudo to each of the commands in the docker_build.sh file (just to see if anything would change) and to no avail.
I'm not sure what else I should try. If anyone could point me in the right direction I would be eternally grateful. 👍
The text was updated successfully, but these errors were encountered:
/*I FOUND THE SOLUTION TO MY PROBLEM IN THE CLOSED ISSUES. SORRY.*/
Hello,
I ran
./docker_build.sh
and got this error:--2018-03-29 16:57:28-- http://www.openwall.com/john/j/john-1.8.0-jumbo-1.tar.gz Resolving www.openwall.com (www.openwall.com)... 195.42.179.202 Connecting to www.openwall.com (www.openwall.com)|195.42.179.202|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 2018-03-29 16:57:28 ERROR 403: Forbidden.
I tried working around this by creating the directory specified in the wget myself :
Step 11/27 : RUN wget -O /tmp/john.tar.gz http://www.openwall.com/john/j/john-1.8.0-jumbo-1.tar.gz ---> Running in 60493f8009e5
I created the directory (specified above) and put the tar file in it using FileZilla hoping that it would recognize that the resources are there and skip that step. Instead I ran into the same error.
I also tried adding sudo to each of the commands in the docker_build.sh file (just to see if anything would change) and to no avail.
I'm not sure what else I should try. If anyone could point me in the right direction I would be eternally grateful. 👍
The text was updated successfully, but these errors were encountered: