diff --git a/Dockerfile b/Dockerfile
index 257d74324ece67e21003a54123b19d9642b1375d..1cd839cadbaae1194404c8791d0f7c30b727934c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
       sudo\
       openmpi-bin \
       xvfb \
+      statsmodels \
       screen \
       wget && \
     rm -rf /var/lib/apt/lists/*