Add cve-search Docker image

This commit is contained in:
Dustin Collins 2020-06-10 18:45:51 +00:00 committed by Stan Hu
parent 448b4e4679
commit 34fc4a7e22
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,10 @@
FROM alpine:3.7
RUN apk --no-cache add \
jq git python3 python3-dev libxml2 libxml2-dev libxslt-dev g++ mongodb-tools curl wget bc bash
RUN git clone https://github.com/cve-search/cve-search.git --branch v2.8 --single-branch /app
WORKDIR /app
RUN pip3 install -r requirements.txt