瀏覽代碼

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