Browse Source

add git ppa

pull/5/head
Daniel Gibbs 2 years ago
parent
commit
8908137f5b
  1. 1
      Dockerfile.ubuntu-1804
  2. 1
      Dockerfile.ubuntu-2004
  3. 1
      Dockerfile.ubuntu-2204

1
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 \

1
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 \

1
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 \

Loading…
Cancel
Save