Skip to content

Commit

Permalink
Merge pull request #1139 from camptocamp/fix27
Browse files Browse the repository at this point in the history
Fix the build
  • Loading branch information
sbrunner authored Oct 31, 2023
2 parents 962b6d0 + 73700d8 commit 3d35be4
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 3d35be4

Please sign in to comment.