regenerated dockerfiles

pull/5121/head
Jan Tattermusch 9 years ago
parent 80043e988f
commit 1978e26119
  1. 10
      tools/dockerfile/test/csharp_jessie_x64/Dockerfile

@ -76,13 +76,9 @@ RUN echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat
# Install dependencies
RUN apt-get update && apt-get -y dist-upgrade && apt-get install -y \
mono-devel \
nunit \
nunit-console \
monodevelop
# Download NuGet
RUN cd /var/local && wget www.nuget.org/NuGet.exe
ENV NUGET mono /var/local/NuGet.exe
ca-certificates-mono \
nuget \
&& apt-get clean
# Prepare ccache
RUN ln -s /usr/bin/ccache /usr/local/bin/gcc

Loading…
Cancel
Save