From b8c279882b90ab7cf56226a4da660640d3573c0c Mon Sep 17 00:00:00 2001 From: Max Regan Date: Sat, 14 Dec 2019 03:26:01 +0000 Subject: [PATCH] Add Python3 Freetype --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 669774f..83d099e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,8 @@ RUN apt update && \ wget && \ rm -rf /var/lib/apt/lists/* +RUN pip3 install freetype + RUN mkdir -p /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