ThoughtfulDev / EagleEye

Stalk your Friends. Find their Instagram, FB and Twitter Profiles using Image Recognition and Reverse Image Search.
Do What The F*ck You Want To Public License
4.14k stars 561 forks source link

cannot build docker #168

Closed peredur0 closed 7 months ago

peredur0 commented 7 months ago

When trying to build the docker image I got this error message:

ERROR: failed to solve: process "/bin/sh -c apt-get update && add-apt-repository -y ppa:deadsnakes/ppa && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3.6 python3.6-dev" did not complete successfully: exit code: 100

I have launched the requirements installation but apparently it failed because python3.6 is not installable. I have python3.8 installed on linux mint

peredur0 commented 7 months ago

fixed by editing the dockerfile to the latest ubuntu version (22). and changing the 3.6 to 3

thomasthielen commented 4 months ago

Had the same problem, fixed it according to your proposal. Thanks!