Skip to content

Commit c7c83f2

Browse files
authored
Add 'hatch-odoo' to build dependencies
1 parent 9de70e9 commit c7c83f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ RUN pipx install --pip-args="--no-cache-dir" checklog-odoo
111111
# RUN pip install --pip-args="--no-cache-dir" git+https://github.com/steingabelgaard/click-odoo-sg.git@master
112112

113113
# Install pyproject-dependencies helper scripts.
114-
ARG build_deps="setuptools-odoo wheel whool"
114+
ARG build_deps="setuptools-odoo wheel whool hatch-odoo"
115115
RUN pipx install --pip-args="--no-cache-dir" pyproject-dependencies
116116
RUN pipx inject --pip-args="--no-cache-dir" pyproject-dependencies $build_deps
117117

0 commit comments

Comments
 (0)