freetype-py

This commit is contained in:
2019-12-14 03:31:51 +00:00
parent b8c279882b
commit 86517a2e2f

View File

@@ -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 && \