Skip to content

Commit

Permalink
fix: Unmark the python installation as externally managed when buildi…
Browse files Browse the repository at this point in the history
…ng dockerfiles/bloodhound.Dockerfile (#267)
  • Loading branch information
elikmiller authored Dec 12, 2023
1 parent 172bb7b commit edfd9f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/bloodhound.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ENV CHECKOUT_HASH=${checkout_hash}
WORKDIR /bloodhound

RUN apk add --update --no-cache python3 git go
RUN rm /usr/lib/python3.11/EXTERNALLY-MANAGED
RUN python3 -m ensurepip
RUN pip3 install --no-cache --upgrade pip setuptools

Expand Down

0 comments on commit edfd9f8

Please sign in to comment.