Skip to content
Snippets Groups Projects
Commit 92334495 authored by Flyte's avatar Flyte
Browse files

Add colorlog to Dockerfile

parent bf0b4536
No related branches found
No related tags found
No related merge requests found
......@@ -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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment