|
|
|
@ -14,14 +14,13 @@ |
|
|
|
|
|
|
|
|
|
FROM debian:jessie |
|
|
|
|
|
|
|
|
|
RUN apt-get update && apt-get install -y apt-transport-https && apt-get clean |
|
|
|
|
|
|
|
|
|
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF |
|
|
|
|
RUN echo "deb http://download.mono-project.com/repo/debian jessie main" | tee /etc/apt/sources.list.d/mono-official.list |
|
|
|
|
RUN echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | tee -a /etc/apt/sources.list.d/mono-xamarin.list |
|
|
|
|
RUN echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /etc/apt/sources.list.d/mono-xamarin.list |
|
|
|
|
RUN echo "deb https://download.mono-project.com/repo/debian stable-jessie main" | tee /etc/apt/sources.list.d/mono-official-stable.list |
|
|
|
|
|
|
|
|
|
RUN apt-get update && apt-get install -y \ |
|
|
|
|
mono-devel \ |
|
|
|
|
ca-certificates-mono \ |
|
|
|
|
nuget \ |
|
|
|
|
&& apt-get clean |
|
|
|
|
|
|
|
|
|