X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=fe626fad767dbef1a9cf1ef851b47029b39e56c4;hb=585d1cc0e18baba9319ca64c92f71361ddfa3f7c;hp=6090e4f35a8fb7e2a76506364827761097448e83;hpb=418f9225d6cbf92035c291f13f2e4c0cd547fa62;p=vvp%2Fvalidation-scripts.git diff --git a/Dockerfile b/Dockerfile index 6090e4f..fe626fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,10 +39,11 @@ FROM python:3.6-alpine COPY requirements.txt / -RUN pip install -r /requirements.txt +RUN pip install --upgrade pip +RUN pip install --no-use-pep517 -r /requirements.txt COPY ice_validator/ /vvp WORKDIR /vvp -ENTRYPOINT ["pytest"] \ No newline at end of file +ENTRYPOINT ["pytest"]