python is genuinely the worst language ever
This commit is contained in:
parent
9e4e891808
commit
0c4e915e38
|
@ -17,6 +17,8 @@ RUN apt-get install -y pip
|
|||
# Clone sherlock
|
||||
RUN git clone https://github.com/sherlock-project/sherlock.git /app/sherlock
|
||||
WORKDIR /app/sherlock
|
||||
# piss off python
|
||||
RUN rm /usr/lib/python*/EXTERNALLY-MANAGED
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
ENV SHERLOCK_COMMAND "python3 /app/sherlock/sherlock"
|
||||
|
||||
|
|
Loading…
Reference in a new issue