Update git from backports
Some bugs have been fixed that impact some users.
This commit is contained in:
parent
05a099a964
commit
aaba35def9
|
|
@ -46,14 +46,16 @@
|
||||||
|
|
||||||
FROM {ARG_FROM}
|
FROM {ARG_FROM}
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN echo "deb http://deb.debian.org/debian/ buster-backports main contrib" > \
|
||||||
&& apt-get -y upgrade \
|
/etc/apt/sources.list.d/backports.list \
|
||||||
&& apt-get -y install \
|
&& apt update \
|
||||||
|
&& apt -y upgrade \
|
||||||
|
&& apt -y install \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
coreutils \
|
coreutils \
|
||||||
socat \
|
socat \
|
||||||
git \
|
|
||||||
openssh-client \
|
openssh-client \
|
||||||
|
&& apt -y -t buster-backports install git \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# By default we will run as this user...
|
# By default we will run as this user...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue