Skip to content

Commit

Permalink
Merge pull request #1140 from camptocamp/backport/1139-to-prod-2-7-ad…
Browse files Browse the repository at this point in the history
…vance

[Backport prod-2-7-advance] Fix the build
  • Loading branch information
sbrunner authored Oct 31, 2023
2 parents ab6dda9 + 19354db commit a81fa94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ FROM base-all as poetry

WORKDIR /tmp
COPY requirements.txt ./
# Workarround
RUN true
RUN --mount=type=cache,target=/root/.cache \
python3 -m pip install --disable-pip-version-check --requirement=requirements.txt && \
rm requirements.txt
Expand Down
1 change: 1 addition & 0 deletions custom/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
poetry==1.3.2
poetry-plugin-export==1.5.0

0 comments on commit a81fa94

Please sign in to comment.