Add comments

This commit is contained in:
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

View file

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