From a2a8fe31f1a732df377e1c48739bda8e22effd8c Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Fri, 20 Sep 2019 14:37:31 +0200 Subject: [PATCH] [IMP] runbot: add firebase-admin to the Docker file The new feature in odoo/enterprise#4879 needs the firebase-admin package. As it cannot be added to the requirements.txt, the package is added in the Dockerfile to be able to test it on the runbot instances. --- runbot/data/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbot/data/Dockerfile b/runbot/data/Dockerfile index fd5971dd..de1e8a4b 100644 --- a/runbot/data/Dockerfile +++ b/runbot/data/Dockerfile @@ -77,4 +77,4 @@ RUN pip install -U setuptools wheel \ ADD https://raw.githubusercontent.com/odoo/odoo/master/requirements.txt /root/p3-requirements.txt ADD https://raw.githubusercontent.com/odoo/odoo/10.0/requirements.txt /root/p2-requirements.txt RUN pip install --no-cache-dir -r /root/p2-requirements.txt coverage flanker==0.4.38 pylint==1.7.2 phonenumbers redis \ - && pip3 install --no-cache-dir -r /root/p3-requirements.txt coverage websocket-client astroid==2.0.4 pylint==1.7.2 phonenumbers pyCrypto dbfread==2.0.7 + && pip3 install --no-cache-dir -r /root/p3-requirements.txt coverage websocket-client astroid==2.0.4 pylint==1.7.2 phonenumbers pyCrypto dbfread==2.0.7 firebase-admin==2.17.0