Skip to content

Commit fbb41d5

Browse files
committed
10.0: крепим зависимость wdb
1 parent 3ef0974 commit fbb41d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10.0/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN rm -f /etc/apt/sources.list && \
1818

1919
RUN curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py && python get-pip.py
2020

21-
RUN python -m pip install wdb
21+
RUN python -m pip install wdb uncompyle6"<=3.9.0"
2222
RUN ln -s /mnt/common/odoo/odoo/odoo-bin /usr/local/bin/odoo
2323

2424
RUN python -m pip uninstall -y odoo

0 commit comments

Comments
 (0)