docker jq
This commit is contained in:
parent
703411a135
commit
4e10590646
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue