Update web/Dockerfile to upgrade pip

pip has an old version, which makes that the installation fails.

Co-authored-by: Risto Helinko <risto@helinko.com>
Steven Goossens 2020-10-29 09:09:24 +01:00 committed by GitHub
parent 2b4719806f
commit 6881936464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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