FROM debian:9 ADD . /app/ WORKDIR /app RUN apt-get update -yq \ && apt-get install libffi-dev \ && apt-get install libnacl-dev \ && apt-get install python3-dev \ && apt-get install python3-pip \ && python3 -m pip install -U discord.py \ && python3 -m pip install -U asyncio \ && python3 -m pip install -U requests \ CMD python3 bot.py