diff --git a/Dockerfile b/Dockerfile index 27fb1b60c7..94012220e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \