diff --git a/Dockerfile b/Dockerfile index 1fbc0c8..e52fb63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN git clone https://github.com/vapoursynth/vapoursynth.git /usr/src/vapoursynt cd /usr/src/vapoursynth && \ git checkout tags/R57 && \ ./autogen.sh && \ - ./configure && \ + ./configure -enable-plugins && \ make -j4 && \ make install diff --git a/Readme.md b/Readme.md index 3afd3d8..46b28f4 100644 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,7 @@ ```bash docker run -p 8888:8888 -v jupyter/on/host:/jupyter --name vapoursynth-yuuno letsplaybar/docker-vapoursynth-yuuno ``` -##Repos of compiled code +## Repos of compiled code - [Zimg](https://github.com/sekrit-twc/zimg) - [VapourSynth](https://github.com/vapoursynth/vapoursynth) - [VapourSynth-Plugins](https://github.com/Letsplaybar/vapoursynth-plugins) \ No newline at end of file