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 f7c3cb9 commit 4bbedabCopy full SHA for 4bbedab
Dockerfile
@@ -6,7 +6,7 @@ MAINTAINER Alexander Gavrilov <inbox@ilucker.com>
6
RUN 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 \
7
&& echo "deb http://ftp.debian.org/debian sid main" | tee -a /etc/apt/sources.list \
8
&& apt-get clean && apt-get update \
9
- && apt-get install -y unzip git libc6 libc6-dev libc6-dbg \
+ && apt-get install -y --no-install-recommends unzip git libc6 libc6-dev libc6-dbg \
10
&& rm -rf /var/lib/apt/lists/* /tmp/*
11
12
# Install GitVersion
0 commit comments