From: stark, steven Date: Tue, 5 Feb 2019 16:38:07 +0000 (-0800) Subject: [VVP] docker build ignore pep517 X-Git-Tag: 5.0.0~71^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=commitdiff_plain;h=e8640bb41a1d92e6b3b492a0122189c500c2907b;hp=10535815da964c683e5f91030934652bfb3f53b8 [VVP] docker build ignore pep517 Issue-ID: VVP-160 Change-Id: I3497e6a8a07e6aedd4a50ad8fc90fbd162bed665 Signed-off-by: stark, steven --- diff --git a/Dockerfile b/Dockerfile index 96f091d..fe626fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,8 @@ 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