use python3-alpine

This commit is contained in:
Daniel afx 2022-03-24 00:42:33 +02:00
parent 0ba4aad76b
commit bbcdbfd8b4

View file

@ -1,4 +1,4 @@
FROM python:3 FROM python:3-alpine
RUN apk add --no-cache ffmpeg \ RUN apk add --no-cache ffmpeg \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \