From ec8d582d80145b2659bc4503f39b8d0aafd26583 Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Fri, 24 Apr 2020 19:39:19 +0800 Subject: [PATCH] HBASE-24253 HBASE-Find-Flaky-Tests job is failing because of can not build docker image (#1578) Signed-off-by: Jan Hentschel --- dev-support/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/Dockerfile b/dev-support/Dockerfile index 389f24f0027..9f87cecba5f 100644 --- a/dev-support/Dockerfile +++ b/dev-support/Dockerfile @@ -27,7 +27,7 @@ COPY . /hbase/dev-support RUN DEBIAN_FRONTEND=noninteractive apt-get -qq -y update \ && DEBIAN_FRONTEND=noninteractive apt-get -qq -y install --no-install-recommends \ curl=7.58.0-2ubuntu3.8 \ - python2.7=2.7.17-1~18.04 \ + python2.7=2.7.17-1~18.04ubuntu1 \ python-pip=9.0.1-2.3~ubuntu1.18.04.1 \ python-setuptools=39.0.1-2 \ && apt-get clean \