Update required for new modules
This commit is contained in:
parent
4fbbf89afe
commit
1d390685a6
@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install required packages
|
# Install required packages
|
||||||
RUN pip install --no-cache-dir discord.py python-dotenv openai requests collections
|
RUN pip install --no-cache-dir discord.py python-dotenv openai requests
|
||||||
|
|
||||||
# Copy the bot script
|
# Copy the bot script
|
||||||
COPY /scripts/discordbot.py .
|
COPY /scripts/discordbot.py .
|
||||||
|
@ -2,4 +2,3 @@ discord.py
|
|||||||
openai
|
openai
|
||||||
python-dotenv
|
python-dotenv
|
||||||
requests
|
requests
|
||||||
collections
|
|
@ -2,4 +2,3 @@ discord.py
|
|||||||
openai
|
openai
|
||||||
python-dotenv
|
python-dotenv
|
||||||
requests
|
requests
|
||||||
collections
|
|
Loading…
x
Reference in New Issue
Block a user