We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe151f commit 8372ef7Copy full SHA for 8372ef7
Dockerfile
@@ -10,4 +10,8 @@ RUN echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots 4.4.
10
# Install GitVersion
11
RUN curl -Ls https://github.com/GitTools/GitVersion/releases/download/v4.0.0-beta.9/GitVersion.CommandLine.4.0.0-beta0009.nupkg -o tmp.zip \
12
&& unzip -d /usr/lib/GitVersion tmp.zip \
13
- && rm tmp.zip
+ && rm tmp.zip
14
+
15
+RUN echo '#!/bin/bash\nexec mono /usr/lib/GitVersion/tools/GitVersion.exe "$@"' > /usr/bin/git-version
16
17
+RUN chmod +x /usr/bin/git-version
0 commit comments