Added missed dependencies for Debian 8

This commit is contained in:
Alex Valuyskiy 2017-02-21 15:05:33 +02:00 коммит произвёл GitHub
Родитель 4bc18f8e68
Коммит 776b1ccea1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,5 +12,5 @@ RUN echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/$MON
&& echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | tee -a /etc/apt/sources.list.d/mono-xamarin.list \
&& echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /etc/apt/sources.list.d/mono-xamarin.list \
&& apt-get update \
&& apt-get install -y binutils mono-devel ca-certificates-mono fsharp mono-vbnc nuget referenceassemblies-pcl git wget \
&& apt-get install -y binutils mono-devel ca-certificates-mono fsharp mono-vbnc nuget referenceassemblies-pcl git wget libunwind8 gettext \
&& rm -rf /var/lib/apt/lists/* /tmp/*