use python3-alpine
This commit is contained in:
parent
0ba4aad76b
commit
bbcdbfd8b4
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue