File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ MAINTAINER Alexander Gavrilov <inbox@ilucker.com>
66RUN echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots 4.4.2.11/main" | tee /etc/apt/sources.list.d/mono-xamarin.list \
77 && echo "deb http://ftp.debian.org/debian sid main" | tee -a /etc/apt/sources.list \
88 && apt-get clean && apt-get update \
9- && apt-get install -y unzip git libc6 libc6-dev libc6-dbg \
9+ && apt-get install -y --no-install-recommends unzip git libc6 libc6-dev libc6-dbg \
1010 && rm -rf /var/lib/apt/lists/* /tmp/*
1111
1212# Install GitVersion
@@ -18,4 +18,4 @@ WORKDIR /usr/lib/GitVersion/tools
1818
1919VOLUME ["/src" ]
2020
21- ENTRYPOINT ["mono" , "./GitVersion.exe" , "/src" ]
21+ ENTRYPOINT ["mono" , "./GitVersion.exe" , "/src" ]
You can’t perform that action at this time.
0 commit comments