added boost
diff --git a/Dockerfile b/Dockerfile
index fff4de6..53727b5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -48,6 +48,7 @@
         apt-get install --no-install-recommends --allow-downgrades -y -q \
                 ca-certificates                                 \
                 build-essential wget unzip                      \
+                libboost-all-dev                                \
                 postgresql-server-dev-$PG_MAJOR=$PG_MINOR       \
                 libpq-dev=$PG_MINOR                          && \
     \