From 86303732e26e8c3d425fc7ddc4f2bc9fa6965ad6 Mon Sep 17 00:00:00 2001
From: nickb <nickb@ssec.wisc.edu>
Date: Wed, 19 Apr 2017 16:34:50 -0500
Subject: [PATCH] libhimawari requires boost to build python bindings

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 19e8a9a..fbe9f99 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -95,6 +95,7 @@ RUN mkdir -p ${BUILD} && cd ${BUILD} && \
 
 # add libHimawari
 # not large, not sure what's important, build it outside of ${BUILD} for now
+RUN apt-get install -y libboost-dev
 RUN cd ${OPT} && git clone https://gitlab.ssec.wisc.edu/rayg/himawari.git himawari && \
     (cd himawari/src; unset CXX CC LD F9X; make) && \
 		(cd himawari/; python setup.py install)
-- 
GitLab