Skip to content

Commit 67a0ef6

Browse files
committed
Add freetype-dev to Dockerfile
`docker-compose build` occurs an error when installing `matplotlib`, due to lack of dependent packages.
1 parent 931e1ca commit 67a0ef6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ libtool \
1919
python-dev \
2020
jq \
2121
g++ \
22-
make
22+
make \
23+
freetype-dev
2324

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

0 commit comments

Comments
 (0)