diff options
author | stark, steven <steven.stark@att.com> | 2019-02-05 08:38:07 -0800 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2019-02-05 08:38:40 -0800 |
commit | e8640bb41a1d92e6b3b492a0122189c500c2907b (patch) | |
tree | bcb1810b42d4184253ce3149f8b50e961b2d36ce | |
parent | 10535815da964c683e5f91030934652bfb3f53b8 (diff) |
[VVP] docker build ignore pep517
Issue-ID: VVP-160
Change-Id: I3497e6a8a07e6aedd4a50ad8fc90fbd162bed665
Signed-off-by: stark, steven <steven.stark@att.com>
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |