appu1232 / Discord-Selfbot

Discord selfbot made with Python using discord.py
GNU General Public License v3.0
510 stars 603 forks source link

Update Dockerfile to properly install lxml #455

Closed rmccrystal closed 5 years ago

rmccrystal commented 5 years ago

Lxml does not properly install when building on the latest python version. Changing the python version to 3.6.5 fixes this issue.