diff options
Diffstat (limited to 'docker/features/Dockerfile')
-rw-r--r-- | docker/features/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile index b2f2ea817..e59c96b7e 100644 --- a/docker/features/Dockerfile +++ b/docker/features/Dockerfile @@ -30,7 +30,7 @@ RUN apk --no-cache add --update python3 sshpass && \ git clone --depth 1 -b $FDS_TAG https://gerrit.opnfv.org/gerrit/fds /src/fds && \ python3 -m pip install --no-cache-dir --src /src -cupper-constraints.txt \ -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH \ - doctor-tests && \ + -rthirdparty-requirements.txt && \ rm -r upper-constraints.txt thirdparty-requirements.txt /src/fds/.git \ /src/os-faults /src/rally && \ mkdir -p /etc/rally && \ |