diff --git a/Dockerfile b/Dockerfile
index 036c9172a62d5d325e392ee76070bc3601064699..b2a7d08ccf2c759b819d967ce229da7f47143b12 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -39,7 +39,7 @@ RUN set -x; \
         && apt-get install -y --no-install-recommends ${APT_DEPS} \
         && curl https://bootstrap.pypa.io/get-pip.py | python /dev/stdin \
         && pip install -I -r https://raw.githubusercontent.com/OCA/OCB/10.0/requirements.txt \
-        && pip install simplejson \
+        && pip install simplejson WTForms \
         && apt-get -y purge ${APT_DEPS} \
         && apt-get -y autoremove \
         && rm -rf /var/lib/apt/lists/* /tmp/* wkhtmltox.deb