dominos joke working again

This commit is contained in:
jsl12
2022-01-24 11:55:10 -06:00
parent 2181e71e44
commit 145ba88042
4 changed files with 33 additions and 24 deletions

View File

@@ -3,13 +3,14 @@ FROM python:latest
RUN python -m pip install --upgrade pip
RUN pip install pandas
# RUN pip install discord.py
RUN pip install nltk
RUN python -m nltk.downloader -d /usr/local/share/nltk_data all
RUN pip install python-dotenv
RUN pip install nextcord
RUN pip install beautifulsoup4 requests lxml
WORKDIR /usr/src/app
COPY ./ ./