Skip to content
Snippets Groups Projects
Commit 267216eb authored by nimrod's avatar nimrod
Browse files

youtube-dl: Make it a a more complete ffmpeg image.

parent 54f8557e
Branches
No related tags found
No related merge requests found
FROM docker.io/library/debian:testing
# hadolint ignore=DL3007
FROM registry.shore.co.il/toolbx:latest
# hadolint ignore=DL3008,DL3015
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
ffmpeg \
libavcodec-extra \
libavfilter-extra \
libavformat-extra \
youtube-dl \
&& \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment