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
parent e577fec3e8
commit c0b103e9d5

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 \