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 \
|
RUN apt update
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
RUN apt install ffmpeg build-essential
|
||||||
g++ \
|
|
||||||
gcc \
|
|
||||||
libgcc \
|
|
||||||
make \
|
|
||||||
autoconf \
|
|
||||||
libtool \
|
|
||||||
automake \
|
|
||||||
python3 \
|
|
||||||
&& apk del .build-deps
|
|
||||||
|
|
||||||
RUN pip --no-cache-dir install \
|
RUN pip --no-cache-dir install \
|
||||||
discord.py \
|
discord.py \
|
||||||
|
|
Loading…
Reference in a new issue