We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dce95a + eb8f95e commit e4566d6Copy full SHA for e4566d6
18.0.Dockerfile
@@ -146,6 +146,8 @@ RUN build_deps=" \
146
# cbor2==5.4.2 no longer builds as pkg_resources is removed, and 5.4.6 is already pre-built
147
&& sed -i -E "s/(cbor2==)5\.4\.2( ; python_version < '3.12')/\15.4.6\2/" requirements.txt \
148
# need to upgrade setuptools, since the fixes for CVE-2024-6345 rolled out in base images we get errors "error: invalid command 'bdist_wheel'"
149
+ # We need setuptools lower than 82 as odoo uses pkg_resources and it was removed in 82.0.0
150
+ && pip install --upgrade "setuptools<82" \
151
&& pip install --upgrade setuptools \
152
&& pip install -r requirements.txt \
153
'websocket-client~=0.56' \
0 commit comments