Merge pull request #7492 from Bo98/docker-fix
Dockerfile: restore git-core PPA
This commit is contained in:
commit
9befd55d5e
@ -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