Adding freetype libraries to resolve issue with PIL

This commit is contained in:
John Donaldson 2019-03-21 19:46:21 +00:00
parent 310dd336a0
commit 96e69d31fd
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
FROM python:3.7.2-alpine3.8
RUN apk --no-cache add \
freetype-dev \
gcc \
musl-dev \
jpeg-dev \