HBASE-24203 Bump git version in Dockerfile; addendum (#1543)
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
This commit is contained in:
parent
52245e9f7c
commit
e130ffb7a0
|
@ -28,7 +28,7 @@ FROM ubuntu:18.04
|
|||
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 \
|
||||
git=1:2.17.1-1ubuntu0.5 \
|
||||
git=1:2.17.1-1ubuntu0.6 \
|
||||
gnupg=2.2.4-1ubuntu1.2 \
|
||||
libcurl4-openssl-dev=7.58.0-2ubuntu3.8 \
|
||||
libxml2-dev=2.9.4+dfsg1-6.1ubuntu1.3 \
|
||||
|
|
|
@ -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.5 \
|
||||
git=1:2.17.1-1ubuntu0.6 \
|
||||
locales=2.27-3ubuntu1 \
|
||||
&& \
|
||||
apt-get clean && \
|
||||
|
|
Loading…
Reference in New Issue