Merge pull request #346 from thockin/update-git

Update git from backports
This commit is contained in:
Kubernetes Prow Robot 2021-03-12 02:52:18 -08:00 committed by GitHub
commit eabadc25be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -46,14 +46,16 @@
FROM {ARG_FROM}
RUN apt-get update \
&& apt-get -y upgrade \
&& apt-get -y install \
RUN echo "deb http://deb.debian.org/debian/ buster-backports main contrib" > \
/etc/apt/sources.list.d/backports.list \
&& apt update \
&& apt -y upgrade \
&& apt -y install \
ca-certificates \
coreutils \
socat \
git \
openssh-client \
&& apt -y -t buster-backports install git \
&& rm -rf /var/lib/apt/lists/*
# By default we will run as this user...