Compare commits
No commits in common. "9bad890e8798b1ec4e35b3052da54b14017712d2" and "dfb528239bf24cb64e43cd74d735425ce792dd6b" have entirely different histories.
9bad890e87
...
dfb528239b
|
@ -42,6 +42,8 @@ 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' \
|
||||||
|
@ -66,10 +68,3 @@ 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
|
|
||||||
|
|
Reference in a new issue