From 5169cd72511838af0cedd9ce6b5c3baba45d8f6c Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 8 Jun 2020 10:21:59 +0200 Subject: Remove cache dir and force /src as src dst dir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I43846aa04e9e9951fc55543b8d2d2fda7c39bb64 Signed-off-by: Cédric Ollivier --- docker/core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 5748c00f..8eb1c652 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -11,7 +11,7 @@ RUN apk --no-cache add --update python3 py3-pip bash git grep mailcap && \ (cd /src/functest-kubernetes && \ git fetch --tags https://gerrit.opnfv.org/gerrit/functest-kubernetes $BRANCH && \ git checkout FETCH_HEAD) && \ - pip3 install \ + pip3 install --no-cache-dir --src /src \ -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$OPNFV_TAG \ -chttps://opendev.org/openstack/requirements/raw/branch/$OPENSTACK_TAG/upper-constraints.txt \ /src/functest-kubernetes && \ -- cgit 1.2.3-korg