Commit 9cb52396 authored by nimrod's avatar nimrod
Browse files

youtube-dl: Add FFmpeg.

Make the image useful for ffmpeg work as well (has most the dependencies
already).
parent 5ca9608d
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ FROM docker.io/library/debian:testing
# hadolint ignore=DL3008,DL3015
RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive apt-get install -y \
        ffmpeg \
        youtube-dl \
    && \
    rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*