From 881939ffe8afb340d4b796cf957155eb7b4653e1 Mon Sep 17 00:00:00 2001 From: Daniel Matsumoto Date: Wed, 29 Apr 2020 14:35:18 -0300 Subject: [PATCH] fixed: Dockerfile now is properly working --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18eb43e..a138f7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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