From 3eb1f13e16aad984fc189ac4734ed47e72f718b3 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 5 Aug 2020 16:05:11 +0200 Subject: Fix bash mistakes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I204d7bb0ee7ce7ad727ae20601f0140670c9f0b9 Signed-off-by: Cédric Ollivier --- docker/core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/core/Dockerfile') 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 && \ -- cgit 1.2.3-korg