test debian11

This commit is contained in:
Daniel afx 2022-03-24 00:52:10 +02:00
parent 916fab85f8
commit 0000f0657f

View file

@ -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 \