diff --git a/runbot/templates/dockerfile.xml b/runbot/templates/dockerfile.xml
index 8bbdd407..cc636b50 100644
--- a/runbot/templates/dockerfile.xml
+++ b/runbot/templates/dockerfile.xml
@@ -45,12 +45,14 @@ RUN curl -sSL https://nightly.odoo.com/resources/phantomjs.tar.bz2 -o /tmp/phan
+
# Install wkhtml
RUN curl -sSL -o /tmp/wkhtml.deb \
&& apt-get update \
&& dpkg --force-depends -i /tmp/wkhtml.deb \
&& apt-get install -y -f --no-install-recommends \
&& rm /tmp/wkhtml.deb
+