File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 5
5
# Wheezy doesn't support glibc 2.15 which libgit2sharp requires
6
6
# So we are going to install mono on ubuntu instead
7
7
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
8
- RUN apt-get update
9
- RUN apt-get install libcurl3 tzdata unzip curl git-all -y
10
- RUN echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list.d/mono-xamarin.list
11
- RUN apt-get update
12
- RUN apt-get install mono-complete -y
8
+ RUN echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list
9
+ .d/mono-xamarin.list
10
+ RUN apt-get update && apt-get install libcurl3 tzdata unzip curl git-all mono-complete -y && apt-get -yqq clean
13
11
RUN cp /usr/share/zoneinfo/GMT /etc/localtime
You can’t perform that action at this time.
0 commit comments