Update Dockerfile

This commit is contained in:
finn 2024-07-21 09:11:29 +00:00
parent 6d493eb1bb
commit b4f4cd935f

View File

@ -6,23 +6,6 @@ RUN apt update && apt install -y python3-pip python3-venv python3-dev\
git zopfli pkg-config \
libcairo2-dev imagemagick bash
#WORKDIR /
#RUN git clone https://github.com/googlefonts/noto-emoji.git noto
#WORKDIR noto
#RUN git checkout v2018-01-02-flag-update svg/emoji_u1f52b.svg
#WORKDIR /
#RUN git clone https://salsa.debian.org/fonts-team/fonts-noto-color-emoji.git debfont
#WORKDIR debfont
#RUN cp /noto/svg/emoji_u1f52b.svg svg/emoji_u1f52b.svg
#RUN rm -rf venv # in case you have an old borked venv!
#RUN python3 -m venv venv
#RUN source venv/bin/activate
#RUN pip install -r requirements.txt
#RUN python size_check.py
#RUN rm -rf build/ && time make BYPASS_SEQUENCE_CHECK='True' -j 48
WORKDIR /
COPY fontbuild.sh /
COPY run.sh /
@ -35,4 +18,3 @@ RUN bash fontbuild.sh
#RUN mv *.ttf /fonts
CMD ["/run.sh"]