Skip to content

Commit b7ccffa

Browse files
authored
Install latest git on bionic image
1 parent 359fd94 commit b7ccffa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

bionic-arm64/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ FROM ${REPO}:${TAG}
44

55
ARG DEBIAN_FRONTEND=noninteractive
66

7+
# Latest stable git
8+
RUN add-apt-repository ppa:git-core/ppa -y
9+
710
# ubuntu keeps its i386/amd64 and other architecture repos separate
811
# the default i386/amd64 packages can be found in http://archive.ubuntu.com while all other architectures are in http://ports.ubuntu.com/
912
# add the required repos for armhf/arm64 and only fetch i386/amd64 from archive.ubuntu.com (to prevent apt from erroring about missing architecture support)

bionic-armhf/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ FROM ${REPO}:${TAG}
44

55
ARG DEBIAN_FRONTEND=noninteractive
66

7+
# Latest stable git
8+
RUN add-apt-repository ppa:git-core/ppa -y
9+
710
# ubuntu keeps its i386/amd64 and other architecture repos separate
811
# the default i386/amd64 packages can be found in http://archive.ubuntu.com while all other architectures are in http://ports.ubuntu.com/
912
# add the required repos for armhf/arm64 and only fetch i386/amd64 from archive.ubuntu.com (to prevent apt from erroring about missing architecture support)

0 commit comments

Comments
 (0)