From 0000f0657fd700d8287f44f41400555cdce42fb0 Mon Sep 17 00:00:00 2001 From: Daniel afx Date: Thu, 24 Mar 2022 00:52:10 +0200 Subject: [PATCH] test debian11 --- Dockerfile | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/Dockerfile b/Dockerfile index 059ccc5..0940bf6 100644 --- a/Dockerfile +++ b/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 \