Skip to content

Commit

Permalink
fix: update and rebuild (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Dec 12, 2023
1 parent 28148fc commit 16c6842
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 55 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/

RUN microdnf install -y \
python3.11-pip \
&& python3.11 -mpip install -U pip # update pip due to module 'tarfile' has no attribute 'LinkOutsideDestinationError' \
&& python3.11 -mpip --no-cache-dir install /tmp/dist/*.whl \
&& python3.11 -mpip uninstall pip \
&& microdnf remove -y \
python3.11-pip \
python3.11-setuptools \
Expand Down
97 changes: 44 additions & 53 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16c6842

Please sign in to comment.