Преглед на файлове

revert attempt to be clever with the dep install

Kirk Trombley преди 3 месеца
родител
ревизия
9de1bde9a8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Dockerfile.discord

+ 1 - 1
Dockerfile.discord

@@ -22,6 +22,6 @@ RUN pip3 install -e /app/commands
 
 COPY ./drivers/discord_driver.py .
 
-RUN pip3 install discord.py audioop-lts
+RUN pip3 install discord.py
 
 CMD python3 discord_driver.py