Dockerfile: restore git-core PPA
This commit is contained in:
parent
92f26e991c
commit
5935da6c6c
@ -4,6 +4,9 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
|
|
||||||
# hadolint ignore=DL3008
|
# hadolint ignore=DL3008
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
&& apt-get install -y --no-install-recommends software-properties-common \
|
||||||
|
&& add-apt-repository -y ppa:git-core/ppa \
|
||||||
|
&& apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user