Added missing flatten_json module

This commit is contained in:
tabledevil
2023-11-22 11:32:36 +01:00
parent 40864611f2
commit 4834bfec45

View File

@@ -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"]