diff --git a/Dockerfile.ubuntu-1804 b/Dockerfile.ubuntu-1804 index 5920058..5549c2e 100644 --- a/Dockerfile.ubuntu-1804 +++ b/Dockerfile.ubuntu-1804 @@ -21,6 +21,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \ && apt-get install -y software-properties-common \ && add-apt-repository multiverse \ && add-apt-repository ppa:git-core/ppa \ + && add-apt-repository ppa:jfhovinne/bionic-testing \ && apt-get update \ && apt-get install -y \ cron \