From bbcdbfd8b490657e3a06fdd37047fbbe07a65e18 Mon Sep 17 00:00:00 2001 From: Daniel afx Date: Thu, 24 Mar 2022 00:42:33 +0200 Subject: [PATCH] use python3-alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e428549..704ab7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3-alpine RUN apk add --no-cache ffmpeg \ && apk add --no-cache --virtual .build-deps \