Skip to content
Snippets Groups Projects
Commit 278033cb authored by Paulus Schoutsen's avatar Paulus Schoutsen
Browse files

Merge pull request #1235 from flyte/docker-colorlog

Add colorlog to docker images
parents 680f4502 92334495
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