JohnHammond / katana

Katana - Automatic CTF Challenge Solver in Python3
Other
1.27k stars 182 forks source link

Addressing issues with the Docker build #60

Open mikeboensel opened 2 years ago

mikeboensel commented 2 years ago

Hi John, Big fan of the YouTube channel. I tried building Katana and ran into some errors. I see you recently updated things and I'm assuming it built for you. I'm guessing your build-cache might have had something to do with that. Not sure how my build could fail while yours succeeded. I built using docker build --no-cache -t kitana ..

Each commit details the error encountered. Should be able to replicate using the above command. The second one was a bit messier because you were Cloning the GIT repo (which obviously I don't control). You probably want to just take the change of dropping the commas from the version.

Cloudate9 commented 2 years ago

I made a similar PR in #59, but it hasn't yet been accepted :/

mikeboensel commented 2 years ago

I made a similar PR in #59, but it hasn't yet been accepted :/

Sorry, I don't check this often. Hopefully one of our PRs is accepted :)