Skip to content

Commit 8147f93

Browse files
committed
zarf: docker add ffmeg
1 parent 84a4beb commit 8147f93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

zarf/docker/dockerfile.olive

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ COPY --from=build_olive /ctl/zarf/streamlink/init.sh /ctl/init.sh
2828
WORKDIR /ctl
2929
RUN mkdir -p $OUTPUT_DIR && \
3030
apk update && \
31-
apk --no-cache add yt-dlp zsh tzdata && \
31+
apk --no-cache add yt-dlp zsh tzdata ffmpeg && \
3232
sh init.sh
33+
RUN rm -rf /var/cache/apk/*
3334
ENV TZ=Asia/Shanghai
3435
VOLUME $OUTPUT_DIR
3536
CMD ["./olive"]

0 commit comments

Comments
 (0)