Skip to content

Commit 16c6842

Browse files
authored
fix: update and rebuild (#148)
1 parent 28148fc commit 16c6842

File tree

2 files changed

+44
-55
lines changed

2 files changed

+44
-55
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/
1111

1212
RUN microdnf install -y \
1313
python3.11-pip \
14-
&& python3.11 -mpip install -U pip # update pip due to module 'tarfile' has no attribute 'LinkOutsideDestinationError' \
1514
&& python3.11 -mpip --no-cache-dir install /tmp/dist/*.whl \
16-
&& python3.11 -mpip uninstall pip \
1715
&& microdnf remove -y \
1816
python3.11-pip \
1917
python3.11-setuptools \

poetry.lock

+44-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)