Skip to content

Commit

Permalink
Add freetype-dev to Dockerfile
Browse files Browse the repository at this point in the history
`docker-compose build` occurs an error when installing `matplotlib`,
due to lack of dependent packages.
  • Loading branch information
blooper05 committed Jun 20, 2018
1 parent bcd1038 commit 4a09e0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ libtool \
python-dev \
jq \
g++ \
make
make \
freetype-dev

# clone the repo && Install pre-reqs for pyjq
COPY . /opt/cloudmapper
Expand Down

0 comments on commit 4a09e0c

Please sign in to comment.