fixed: Dockerfile now is properly working

This commit is contained in:
Daniel Matsumoto 2020-04-29 14:35:18 -03:00
parent ef772b77ff
commit 881939ffe8
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