FROM odoo:17.0 # Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf RUN pip install mygeotab ENTRYPOINT ["/entrypoint.sh"] CMD ["odoo"]