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
|
FROM node:10
|
||||||
RUN curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
|
RUN apt install jq
|
||||||
RUN chmod a+rx /usr/local/bin/youtube-dl
|
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
|
WORKDIR /cyp
|
||||||
COPY package.json .
|
COPY package.json .
|
||||||
RUN npm i
|
RUN npm i
|
||||||
|
|
Loading…
Reference in a new issue