File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ FROM ${REPO}:${TAG}
4
4
5
5
ARG DEBIAN_FRONTEND=noninteractive
6
6
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
9
9
10
10
# ubuntu keeps its i386/amd64 and other architecture repos separate
11
11
# the default i386/amd64 packages can be found in http://archive.ubuntu.com while all other architectures are in http://ports.ubuntu.com/
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ FROM ${REPO}:${TAG}
4
4
5
5
ARG DEBIAN_FRONTEND=noninteractive
6
6
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
9
9
10
10
# ubuntu keeps its i386/amd64 and other architecture repos separate
11
11
# the default i386/amd64 packages can be found in http://archive.ubuntu.com while all other architectures are in http://ports.ubuntu.com/
You can’t perform that action at this time.
0 commit comments