Merge branch 'master' of github.com:ondras/cyp

This commit is contained in:
Ondřej Žára 2020-05-04 20:39:23 +02:00
commit e5f6911c4e
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
FROM node:10
RUN apt install jq
RUN apt update
RUN apt install -y jq
RUN curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl \
&& chmod a+rx /usr/local/bin/youtube-dl
WORKDIR /cyp