Compare commits

...

2 commits

Author SHA1 Message Date
Simon Bruder 9bad890e87
Add Iosevka font (for vsedit) 2020-01-17 18:19:59 +00:00
Simon Bruder c42c67b3e0
Remove stray RUN statement 2020-01-17 15:55:13 +00:00

View file

@ -42,8 +42,6 @@ RUN cd /tmp \
&& cd .. \
&& rm -rf VapourSynth-DCTFilter
RUN apt-get -y install
RUN pip3 --no-cache-dir install \
matplotlib \
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
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