Skip to content

Commit 4bbedab

Browse files
committed
Add --no-install-recommends
1 parent f7c3cb9 commit 4bbedab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MAINTAINER Alexander Gavrilov <inbox@ilucker.com>
66
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 \
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

0 commit comments

Comments
 (0)