diff --git a/Dockerfile.ubuntu-1804 b/Dockerfile.ubuntu-1804 index bbc9b81..5920058 100644 --- a/Dockerfile.ubuntu-1804 +++ b/Dockerfile.ubuntu-1804 @@ -20,6 +20,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \ && apt-get update \ && apt-get install -y software-properties-common \ && add-apt-repository multiverse \ + && add-apt-repository ppa:git-core/ppa \ && apt-get update \ && apt-get install -y \ cron \ diff --git a/Dockerfile.ubuntu-2004 b/Dockerfile.ubuntu-2004 index a79845b..7e87695 100644 --- a/Dockerfile.ubuntu-2004 +++ b/Dockerfile.ubuntu-2004 @@ -20,6 +20,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \ && apt-get update \ && apt-get install -y software-properties-common \ && add-apt-repository multiverse \ + && add-apt-repository ppa:git-core/ppa \ && apt-get update \ && apt-get install -y \ cron \ diff --git a/Dockerfile.ubuntu-2204 b/Dockerfile.ubuntu-2204 index 534b51e..b228c19 100644 --- a/Dockerfile.ubuntu-2204 +++ b/Dockerfile.ubuntu-2204 @@ -20,6 +20,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \ && apt-get update \ && apt-get install -y software-properties-common \ && add-apt-repository multiverse \ + && add-apt-repository ppa:git-core/ppa \ && apt-get update \ && apt-get install -y \ cron \