Skip to content

Commit

Permalink
Update find externally managed delete find rule
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Dec 8, 2023
1 parent a5a81bd commit 952967e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/rdmo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV LC_ALL C.UTF-8

RUN apt update -y && apt upgrade -y && apt install -y \
python3 python3-dev python3-pip locales
RUN rm "$(find /usr/lib/python?.??/ -regex ".*EXTERNALLY-MANAGED.*")"
RUN rm "$(find /usr/lib -type f -regex ".*python.*EXTERNALLY-MANAGED.*")"
RUN ln -s /usr/bin/python3 /usr/bin/python
RUN python3 -m pip install --upgrade pip

Expand Down

0 comments on commit 952967e

Please sign in to comment.