From 86517a2e2f3ecbc44f88c6cbd17f2c0f25497f8d Mon Sep 17 00:00:00 2001 From: Max Regan Date: Sat, 14 Dec 2019 03:31:51 +0000 Subject: [PATCH] freetype-py --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 83d099e..cd2039d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt update && \ wget && \ rm -rf /var/lib/apt/lists/* -RUN pip3 install freetype +RUN pip3 install freetype-py RUN mkdir -p /opt/arm && \ cd /opt/arm && \