Merge pull request #10 from danielmatsumoto/master
fixed: Dockerfile now is properly working
This commit is contained in:
commit
6bbe1ce988
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue