FROM debian:sid RUN apt update RUN apt install -y youtube-dl RUN apt-get clean COPY viddown /usr/bin/viddown ENV VIDDOWNLOC /srv/ CMD ["/usr/bin/viddown"]