docker jq

This commit is contained in:
Ondrej Zara 2020-03-15 23:24:35 +01:00
parent 703411a135
commit 4e10590646
No known key found for this signature in database
GPG Key ID: B0A5751E616840C5
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
FROM node:10
RUN curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
RUN chmod a+rx /usr/local/bin/youtube-dl
RUN apt install 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
COPY package.json .
RUN npm i