mirror of https://github.com/dirtbags/moth.git
Adding freetype libraries to resolve issue with PIL
This commit is contained in:
parent
310dd336a0
commit
96e69d31fd
|
@ -1,6 +1,7 @@
|
||||||
FROM python:3.7.2-alpine3.8
|
FROM python:3.7.2-alpine3.8
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
|
freetype-dev \
|
||||||
gcc \
|
gcc \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
jpeg-dev \
|
jpeg-dev \
|
||||||
|
|
Loading…
Reference in New Issue