mirror of
https://github.com/timendum/Youtube-dl-WebUI.git
synced 2025-02-28 23:53:10 +08:00
Update Dockerfile
This commit is contained in:
parent
f9d1602a0e
commit
1a80973d29
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends\
|
||||||
RUN rm -rf /var/lib/apt/lists/*
|
RUN rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
#Install youtube-dl
|
#Install youtube-dl
|
||||||
RUN curl https://yt-dl.org/downloads/2015.03.09/youtube-dl -o /usr/local/bin/youtube-dl && chmod a+x /usr/local/bin/youtube-dl
|
RUN curl https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl && chmod a+x /usr/local/bin/youtube-dl
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN mkdir /www
|
RUN mkdir /www
|
||||||
|
|
Loading…
Reference in a new issue