diff options
Diffstat (limited to 'docker/core')
-rw-r--r-- | docker/core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index d8f1672e..2e1fbb00 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -10,7 +10,7 @@ RUN apk --no-cache add --update python3 py3-pip bash git mailcap libxml2 libxslt pip3 install --no-cache-dir \ -chttps://opendev.org/openstack/requirements/raw/branch/$OPENSTACK_TAG/upper-constraints.txt \ -chttps://git.opnfv.org/functest-xtesting/plain/upper-constraints.txt?h=$BRANCH \ - lxml && \ + lxml ;; esac && \ git init /src/functest-xtesting && \ (cd /src/functest-xtesting && \ git fetch --tags https://gerrit.opnfv.org/gerrit/functest-xtesting $BRANCH && \ |