We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef0974 commit fbb41d5Copy full SHA for fbb41d5
10.0/docker/Dockerfile
@@ -18,7 +18,7 @@ RUN rm -f /etc/apt/sources.list && \
18
19
RUN curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py && python get-pip.py
20
21
-RUN python -m pip install wdb
+RUN python -m pip install wdb uncompyle6"<=3.9.0"
22
RUN ln -s /mnt/common/odoo/odoo/odoo-bin /usr/local/bin/odoo
23
24
RUN python -m pip uninstall -y odoo
0 commit comments