Skip to content

Commit 035abdb

Browse files
committed
add no-install-recommends
1 parent f7c3cb9 commit 035abdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
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
@@ -18,4 +18,4 @@ WORKDIR /usr/lib/GitVersion/tools
1818

1919
VOLUME ["/src"]
2020

21-
ENTRYPOINT ["mono", "./GitVersion.exe", "/src"]
21+
ENTRYPOINT ["mono", "./GitVersion.exe", "/src"]

0 commit comments

Comments
 (0)