update dockerfile
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM python:3.10.1-alpine3.15
|
||||
FROM python:3.10.1-slim-buster
|
||||
WORKDIR /app
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
@ -1,2 +1,6 @@
|
||||
python-dotenv
|
||||
discord.py
|
||||
# discord.py # not maintained
|
||||
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