Skip to content

Commit

Permalink
add git ppa
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Oct 26, 2022
1 parent e13e38a commit 8908137
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.ubuntu-1804
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.ubuntu-2004
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.ubuntu-2204
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8908137

Please sign in to comment.