Merge pull request #60 from int00h5525/master

Adding freetype libraries to resolve issue with PIL
This commit is contained in:
Neale Pickett 2019-03-21 13:55:48 -06:00 committed by GitHub
commit 5afae5b666
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 \