mirror of https://github.com/dirtbags/moth.git
Merge pull request #60 from int00h5525/master
Adding freetype libraries to resolve issue with PIL
This commit is contained in:
commit
5afae5b666
|
@ -1,6 +1,7 @@
|
|||
FROM python:3.7.2-alpine3.8
|
||||
|
||||
RUN apk --no-cache add \
|
||||
freetype-dev \
|
||||
gcc \
|
||||
musl-dev \
|
||||
jpeg-dev \
|
||||
|
|
Loading…
Reference in New Issue