Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fix: new flovar
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Jan 10, 2025
1 parent 66b935c commit 7726c53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 17.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# colorama==0.3.9
gdata==2.0.18
lxml-html-clean==0.4.1

whool==1.2

# Migration tools
#marabunta==0.12.0
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ cp -r install/ ${TMP}
cp -r start-entrypoint.d/ ${TMP}
cp -r before-migrate-entrypoint.d/ ${TMP}

docker build --no-cache -f ${TMP}/Dockerfile -t ${BUILD_TAG} ${TMP}
docker build --progress plain --no-cache -f ${TMP}/Dockerfile -t ${BUILD_TAG} ${TMP}
4 changes: 2 additions & 2 deletions example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ RUN set -x; \
USER odoo
WORKDIR /odoo
# run in a virtualenv

RUN pip install --user -e .
RUN /odoo/.venv/bin/pip install --user -r /odoo/src/odoo/requirements.txt
RUN /odoo/.venv/bin/pip install --user -e .
#RUN pip install --user -r requirements.txt

# Project's specifics packages
Expand Down

0 comments on commit 7726c53

Please sign in to comment.