Added missing flatten_json module
This commit is contained in:
@@ -3,6 +3,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt update && apt install -y git python3-pip && rm -rf /var/lib/apt/lists/*
|
||||
RUN git clone https://github.com/ahmedkhlief/APT-Hunter
|
||||
RUN cd APT-Hunter ; pip3 install -r requirements.txt
|
||||
RUN pip3 install flatten_json
|
||||
RUN mkdir /output && touch /output/notmounted
|
||||
ADD start.sh /root/start.sh
|
||||
CMD ["/bin/bash","/root/start.sh"]
|
||||
CMD ["/bin/bash","/root/start.sh"]
|
||||
|
||||
Reference in New Issue
Block a user