update dockerfile
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM python:3.10.1-alpine3.15
|
FROM python:3.10.1-slim-buster
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY requirements.txt requirements.txt
|
COPY requirements.txt requirements.txt
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
python-dotenv
|
# discord.py # not maintained
|
||||||
discord.py
|
py-cord # maintained fork of discord.py
|
||||||
|
python-dotenv # discord guild secrets
|
||||||
|
beautifulsoup4 # html parsing
|
||||||
|
requests # request web page
|
||||||
|
pynacl # voice support
|
||||||
|
Reference in New Issue
Block a user