Update Dockerfile

This commit is contained in:
Shane E 2018-02-07 22:39:24 +10:30 committed by GitHub
parent f9d1602a0e
commit 1a80973d29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends\
RUN rm -rf /var/lib/apt/lists/*
#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 /
RUN mkdir /www