From f949e4f0b3890d10a661d6eee05701536e522b20 Mon Sep 17 00:00:00 2001 From: remi-filament <30716308+remi-filament@users.noreply.github.com> Date: Mon, 7 Jan 2019 16:37:35 +0100 Subject: [PATCH] Add WTForms --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 036c917..b2a7d08 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 -- GitLab