diff --git a/Dockerfile b/Dockerfile index a0594b8..504301b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,12 +56,15 @@ RUN wget -nv -P /usr/local/lib/python3.*/dist-packages/ \ https://github.com/HomeOfVapourSynthEvolution/havsfunc/raw/master/havsfunc.py \ https://github.com/HomeOfVapourSynthEvolution/mvsfunc/raw/master/mvsfunc.py \ https://github.com/HomeOfVapourSynthEvolution/vsTAAmbk/raw/master/vsTAAmbk.py \ + https://github.com/IFeelBloated/Oyster/raw/master/Oyster.py \ + https://github.com/IFeelBloated/vapoursynth-mvtools-sf/raw/master/src/mvmulti.py \ https://github.com/Infiziert90/getnative/raw/master/getnative.py \ https://github.com/Irrational-Encoding-Wizardry/fvsfunc/raw/master/fvsfunc.py \ https://github.com/Irrational-Encoding-Wizardry/kagefunc/raw/master/kagefunc.py \ https://github.com/Irrational-Encoding-Wizardry/vsutil/raw/master/vsutil.py \ https://github.com/WolframRhodium/muvsfunc/raw/master/muvsfunc.py \ - https://github.com/dubhater/vapoursynth-adjust/raw/master/adjust.py + https://github.com/dubhater/vapoursynth-adjust/raw/master/adjust.py \ + https://github.com/theChaosCoder/lostfunc/raw/master/lostfunc.py RUN chmod 755 /usr/local/lib/python3.*/dist-packages/*