initial
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user