Dockerfile: restore git-core PPA

This commit is contained in:
Bo Anderson 2020-05-03 14:29:09 +01:00
parent 92f26e991c
commit 5935da6c6c

View File

@ -4,6 +4,9 @@ ARG DEBIAN_FRONTEND=noninteractive
# hadolint ignore=DL3008
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 \
bzip2 \
ca-certificates \