test debian11
This commit is contained in:
parent
916fab85f8
commit
0000f0657f
1 changed files with 3 additions and 12 deletions
15
Dockerfile
15
Dockerfile
|
@ -1,16 +1,7 @@
|
|||
FROM python:3-alpine
|
||||
FROM python:3-bullseye
|
||||
|
||||
RUN apk add --no-cache ffmpeg \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
g++ \
|
||||
gcc \
|
||||
libgcc \
|
||||
make \
|
||||
autoconf \
|
||||
libtool \
|
||||
automake \
|
||||
python3 \
|
||||
&& apk del .build-deps
|
||||
RUN apt update
|
||||
RUN apt install ffmpeg build-essential
|
||||
|
||||
RUN pip --no-cache-dir install \
|
||||
discord.py \
|
||||
|
|
Loading…
Reference in a new issue