Add colorlog to Dockerfile

This commit is contained in:
Flyte 2016-02-13 16:35:52 +00:00
parent bf0b453677
commit 9233449551

View file

@ -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 && \