diff --git a/Dockerfile b/Dockerfile index a1f9d4592955bc534b1ce12cb2cb8171449cf040..0d41841f4529f8bc93a52779a1e1060dc201483c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ VOLUME /config RUN mkdir -p /usr/src/app WORKDIR /usr/src/app +RUN pip3 install --no-cache-dir colorlog + # For the nmap tracker RUN apt-get update && \ apt-get install -y --no-install-recommends nmap net-tools && \