File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ works out the [semantic version][semver] of the commit being built.
17
17
| ** GitVersion.CommandLine** | [ ![ NuGet] [ gvc-badge ]] [ gvc ] | [ ![ NuGet] [ gvc-pre-badge ]] [ gvc ] |
18
18
| ** Gem** | [ ![ Gem] [ gem-badge ]] [ gem ] | - |
19
19
| ** Homebrew** | [ ![ homebrew] [ brew-badge ]] [ brew ] | - |
20
+ | ** Docker** | [ gittools/gitversion] [ dockerhub ] | - |
20
21
21
22
## Compatibility
22
23
GitVersion works on Mac, Linux with Mono and Windows.
@@ -84,3 +85,4 @@ from The Noun Project
84
85
[ faq ] : http://gitversion.readthedocs.org/en/latest/faq/
85
86
[ who ] : http://gitversion.readthedocs.org/en/latest/who/
86
87
[ gv-in-action ] : https://raw.github.com/GitTools/GitVersion/master/docs/img/README.png
88
+ [ dockerhub ] : https://hub.docker.com/r/gittools/gitversion/
Original file line number Diff line number Diff line change 1
- FROM ubuntu:16.04
1
+ FROM ubuntu
2
2
3
3
MAINTAINER GitTools Maintainers <
[email protected] >
4
4
5
5
# Wheezy doesn't support glibc 2.15 which libgit2sharp requires
6
6
# So we are going to install mono on ubuntu instead
7
7
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
8
+ RUN apt-get update
9
+ RUN apt-get install libcurl3 tzdata unzip curl git-all -y
8
10
RUN echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list.d/mono-xamarin.list
9
11
RUN apt-get update
10
- RUN apt-get install mono-complete libcurl3 tzdata unzip curl git-all -y
12
+ RUN apt-get install mono-complete -y
11
13
RUN cp /usr/share/zoneinfo/GMT /etc/localtime
You can’t perform that action at this time.
0 commit comments