This commit is contained in:
2019-07-21 19:02:17 -07:00
commit a486042b54
4 changed files with 33 additions and 0 deletions

12
Dockerfile Normal file
View File

@@ -0,0 +1,12 @@
FROM ubuntu:bionic
ENV DEBIAN_FRONTEND noninteractive
ENV HOME /root
RUN apt update && apt -y upgrade
RUN apt install -y python3-pip
RUN pip3 install youtube_dl
ADD youtube-dl.conf /root/.config/youtube-dl/config