From 6881936464a9044778ab27e1a310ccfb48c23157 Mon Sep 17 00:00:00 2001 From: Steven Goossens Date: Thu, 29 Oct 2020 09:09:24 +0100 Subject: [PATCH] Update web/Dockerfile to upgrade pip pip has an old version, which makes that the installation fails. Co-authored-by: Risto Helinko --- web/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/web/Dockerfile b/web/Dockerfile index 6eb59b1..5530326 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -50,6 +50,7 @@ RUN git checkout tags/$(git describe --tags `git rev-list --tags --max-count=1`) git submodule foreach --recursive git config core.filemode false USER root +RUN pip3 install --upgrade pip RUN pip3 install git+https://github.com/STIXProject/python-stix.git \ git+https://github.com/CybOXProject/python-cybox.git \ git+https://github.com/CybOXProject/mixbox.git \