Add Python3 Freetype

This commit is contained in:
2019-12-14 03:26:01 +00:00
parent 7568ad1e9b
commit b8c279882b

View File

@@ -14,6 +14,8 @@ RUN apt update && \
wget && \ wget && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN pip3 install freetype
RUN mkdir -p /opt/arm && \ RUN mkdir -p /opt/arm && \
cd /opt/arm && \ cd /opt/arm && \
wget -O- https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2019q3/RC1.1/gcc-arm-none-eabi-8-2019-q3-update-linux.tar.bz2 | tar -xj wget -O- https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2019q3/RC1.1/gcc-arm-none-eabi-8-2019-q3-update-linux.tar.bz2 | tar -xj