Skip to content

Commit

Permalink
remove version number from python command in dockerfile (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
maffkipp authored May 28, 2024
1 parent 456f13e commit 66cdaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/bloodhound.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +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 find /usr/lib -name EXTERNALLY-MANAGED -delete
RUN python3 -m ensurepip
RUN pip3 install --no-cache --upgrade pip setuptools

Expand Down

0 comments on commit 66cdaf3

Please sign in to comment.