We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a4beb commit 8147f93Copy full SHA for 8147f93
1 file changed
zarf/docker/dockerfile.olive
@@ -28,8 +28,9 @@ COPY --from=build_olive /ctl/zarf/streamlink/init.sh /ctl/init.sh
28
WORKDIR /ctl
29
RUN mkdir -p $OUTPUT_DIR && \
30
apk update && \
31
- apk --no-cache add yt-dlp zsh tzdata && \
+ apk --no-cache add yt-dlp zsh tzdata ffmpeg && \
32
sh init.sh
33
+RUN rm -rf /var/cache/apk/*
34
ENV TZ=Asia/Shanghai
35
VOLUME $OUTPUT_DIR
36
CMD ["./olive"]
0 commit comments