Add cachebust parameter for scripts

master
Simon Bruder 2020-01-14 16:43:04 +00:00
parent ac96b5f8ba
commit dfb528239b
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ RUN pip3 --no-cache-dir install \
yuuno 'prompt-toolkit<2.1.0,>=2.0.0' \
&& yuuno jupyter install
ARG CACHEBUST_SCRIPTS=1
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 \