Add comments

master
Simon Bruder 2020-02-14 17:35:02 +00:00
parent 95cbedd644
commit baa33c4f97
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,7 @@ RUN apt-get update \
x265 \
&& rm -rf /var/lib/apt/lists
# required for DCTFilter
RUN cd /tmp \
&& wget http://www.fftw.org/fftw-3.3.8.tar.gz \
&& tar xvf fftw-3.3.8.tar.gz \
@ -46,7 +47,6 @@ RUN cd /tmp \
&& cd .. \
&& rm -rf VapourSynth-DCTFilter
RUN cd /tmp \
&& git clone --depth=1 https://github.com/MonoS/VS-ContinuityFixer \
&& cd VS-ContinuityFixer \
@ -59,7 +59,7 @@ RUN cd /tmp \
&& cd .. \
&& rm -rf VS-ContinuityFixer
# Double speed for getnative
# double speed for getnative
RUN cd /tmp/ \
&& git clone --depth=1 https://github.com/BluBb-mADe/vapoursynth-descale \
&& cd vapoursynth-descale \