HBASE-24203 Bump git version in Dockerfile; addendum (#1543)

Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
This commit is contained in:
Peter Somogyi 2020-04-17 23:29:52 +02:00 committed by GitHub
parent 52245e9f7c
commit e130ffb7a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ FROM ubuntu:18.04
RUN DEBIAN_FRONTEND=noninteractive apt-get -qq -y update \ RUN DEBIAN_FRONTEND=noninteractive apt-get -qq -y update \
&& DEBIAN_FRONTEND=noninteractive apt-get -qq -y install --no-install-recommends \ && DEBIAN_FRONTEND=noninteractive apt-get -qq -y install --no-install-recommends \
curl=7.58.0-2ubuntu3.8 \ 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 \ gnupg=2.2.4-1ubuntu1.2 \
libcurl4-openssl-dev=7.58.0-2ubuntu3.8 \ libcurl4-openssl-dev=7.58.0-2ubuntu3.8 \
libxml2-dev=2.9.4+dfsg1-6.1ubuntu1.3 \ libxml2-dev=2.9.4+dfsg1-6.1ubuntu1.3 \

View File

@ -21,7 +21,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -qq update && \
DEBIAN_FRONTEND=noninteractive apt-get -qq install --no-install-recommends -y \ DEBIAN_FRONTEND=noninteractive apt-get -qq install --no-install-recommends -y \
ca-certificates=20180409 \ ca-certificates=20180409 \
curl=7.58.0-2ubuntu3.8 \ curl=7.58.0-2ubuntu3.8 \
git=1:2.17.1-1ubuntu0.5 \ git=1:2.17.1-1ubuntu0.6 \
locales=2.27-3ubuntu1 \ locales=2.27-3ubuntu1 \
&& \ && \
apt-get clean && \ apt-get clean && \