HBASE-24253 HBASE-Find-Flaky-Tests job is failing because of can not build docker image (#1578)

Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
This commit is contained in:
Duo Zhang 2020-04-24 19:39:19 +08:00 committed by GitHub
parent 023c6fe56b
commit ec8d582d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \