JohnHammond / katana

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

Use supported version of libenchant package to fix Docker build #43

Closed Jandrov closed 2 years ago

Jandrov commented 2 years ago

As it was already raised in this issue https://github.com/JohnHammond/katana/issues/42, the existing package libenchant-dev is making the build of the docker image to fail. error_build

It seems not to be supported anymore and instead, we should use libenchant-2-dev package. With this update, docker image build is successful. katana_pr

I have also updated the references to the package in the README and gitlab_ci, as trying to install it with apt-get fails too. image

JohnHammond commented 2 years ago

Hey there,

Thanks so much for putting this together! I don't see any issues with it -- Thanks again!