From ac96b5f8ba393bd075d72d7c5c387869bb3e373d Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 14 Jan 2020 16:42:45 +0000 Subject: [PATCH] Be less verbose when downloading scripts --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 87b6ed2..09f9782 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,7 @@ RUN pip3 --no-cache-dir install \ yuuno 'prompt-toolkit<2.1.0,>=2.0.0' \ && yuuno jupyter install -RUN wget -P /usr/local/lib/python3.*/dist-packages/ \ +RUN wget -nv -P /usr/local/lib/python3.*/dist-packages/ \ https://gist.github.com/4re/342624c9e1a144a696c6/raw/08df48752c70c66df4127f2791bbedbc1958da77/nnedi3_rpow2.py \ https://gist.github.com/YamashitaRen/020c497524e794779d9c/raw/2a20385e50804f8b24f2a2479e2c0f3c335d4853/edi_rpow2.py \ https://github.com/HomeOfVapourSynthEvolution/havsfunc/raw/master/havsfunc.py \