HBASE-24251 PreCommit build is failing because of can not build docker image; addendum (#1579)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
c0b103e9d5
commit
e0db859a43
|
@ -21,7 +21,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -qq update && \
|
|||
DEBIAN_FRONTEND=noninteractive apt-get -qq install --no-install-recommends -y \
|
||||
ca-certificates=20180409 \
|
||||
curl=7.58.0-2ubuntu3.8 \
|
||||
git=1:2.17.1-1ubuntu0.6 \
|
||||
git=1:2.17.1-1ubuntu0.7 \
|
||||
locales=2.27-3ubuntu1 \
|
||||
&& \
|
||||
apt-get clean && \
|
||||
|
|
Loading…
Reference in New Issue