gpt-sovits / Dockerfile.ffmpeg
hanfish's picture
111
215df2f verified
raw
history blame contribute delete
No virus
103 Bytes
FROM xhofe/alist:latest
RUN apk update && \
apk add --no-cache ffmpeg \
rm -rf /var/cache/apk/*