Skip to content

Commit 2d29ae3

Browse files
jeanp413mustard-mh
authored andcommitted
Install latest git on bionic image
1 parent fb00bcf commit 2d29ae3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

archived/bionic-arm64/Dockerfile_Unused

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM ${REPO}:${TAG}
44

55
ARG DEBIAN_FRONTEND=noninteractive
66

7-
RUN groupadd --gid 1000 builduser \
8-
&& useradd --uid 1000 --gid builduser --shell /bin/bash --create-home builduser
7+
# Latest stable git
8+
RUN add-apt-repository ppa:git-core/ppa -y
99

1010
# ubuntu keeps its i386/amd64 and other architecture repos separate
1111
# the default i386/amd64 packages can be found in http://archive.ubuntu.com while all other architectures are in http://ports.ubuntu.com/

archived/bionic-armhf/Dockerfile_Unused

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM ${REPO}:${TAG}
44

55
ARG DEBIAN_FRONTEND=noninteractive
66

7-
RUN groupadd --gid 1000 builduser \
8-
&& useradd --uid 1000 --gid builduser --shell /bin/bash --create-home builduser
7+
# Latest stable git
8+
RUN add-apt-repository ppa:git-core/ppa -y
99

1010
# ubuntu keeps its i386/amd64 and other architecture repos separate
1111
# the default i386/amd64 packages can be found in http://archive.ubuntu.com while all other architectures are in http://ports.ubuntu.com/

0 commit comments

Comments
 (0)