From 92334495512c0dc22a09db475a7ffdb4410eedf4 Mon Sep 17 00:00:00 2001 From: Flyte <flyte@failcode.co.uk> Date: Sat, 13 Feb 2016 16:35:52 +0000 Subject: [PATCH] Add colorlog to Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index a1f9d459295..0d41841f452 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 && \ -- GitLab