Update Dockerfile.cpu

This commit is contained in:
McCloudS
2024-03-16 14:23:52 -06:00
committed by GitHub
parent fde8a92a03
commit 030655198c

View File

@@ -2,7 +2,9 @@ FROM alpine
WORKDIR /subgen
RUN apk add --no-cache --break-system-packages \
RUN rm /usr/lib/python*/EXTERNALLY-MANAGED
RUN apk add --no-cache \
python3 \
cmd:pip3 \
ffmpeg \