|
|
@ -42,8 +42,6 @@ RUN cd /tmp \
|
|
|
|
&& cd .. \
|
|
|
|
&& cd .. \
|
|
|
|
&& rm -rf VapourSynth-DCTFilter
|
|
|
|
&& rm -rf VapourSynth-DCTFilter
|
|
|
|
|
|
|
|
|
|
|
|
RUN apt-get -y install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RUN pip3 --no-cache-dir install \
|
|
|
|
RUN pip3 --no-cache-dir install \
|
|
|
|
matplotlib \
|
|
|
|
matplotlib \
|
|
|
|
yuuno 'prompt-toolkit<2.1.0,>=2.0.0' \
|
|
|
|
yuuno 'prompt-toolkit<2.1.0,>=2.0.0' \
|
|
|
@ -68,3 +66,10 @@ RUN chmod 755 /usr/local/lib/python3.*/dist-packages/*
|
|
|
|
|
|
|
|
|
|
|
|
RUN adduser --disabled-password --gecos '' vapoursynth
|
|
|
|
RUN adduser --disabled-password --gecos '' vapoursynth
|
|
|
|
USER vapoursynth
|
|
|
|
USER vapoursynth
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RUN mkdir /home/vapoursynth/.fonts/ \
|
|
|
|
|
|
|
|
&& wget -nv -P /home/vapoursynth/.fonts/ \
|
|
|
|
|
|
|
|
https://s3.sbruder.de/cdn/fonts/Iosevka/iosevka-sbruder/ttf/iosevka-sbruder-bold.ttf \
|
|
|
|
|
|
|
|
https://s3.sbruder.de/cdn/fonts/Iosevka/iosevka-sbruder/ttf/iosevka-sbruder-bolditalic.ttf \
|
|
|
|
|
|
|
|
https://s3.sbruder.de/cdn/fonts/Iosevka/iosevka-sbruder/ttf/iosevka-sbruder-italic.ttf \
|
|
|
|
|
|
|
|
https://s3.sbruder.de/cdn/fonts/Iosevka/iosevka-sbruder/ttf/iosevka-sbruder-regular.ttf
|
|
|
|