Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions 1.0.0-beta4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
FROM mono:4

# Get build dependencies, download/build/install mono 4.1.0
RUN apt-get update -qq \
&& apt-get install -qqy git autoconf libtool automake build-essential mono-devel gettext unzip \
&& git clone https://github.com/mono/mono.git \
&& cd mono \
&& git reset --hard 53dc56ee39a8e3b013231957aca4671b202c6410 \
&& ./autogen.sh --prefix="/usr/local" \
&& make \
&& make install \
&& cd .. \
&& rm -rf mono
FROM mono:4.0.1

ENV DNX_VERSION 1.0.0-beta4
ENV DNX_USER_HOME /opt/dnx

RUN apt-get -qq update && apt-get -qqy install unzip

RUN curl -sSL https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.sh | DNX_USER_HOME=$DNX_USER_HOME DNX_BRANCH=v$DNX_VERSION sh
RUN bash -c "source $DNX_USER_HOME/dnvm/dnvm.sh \
&& dnvm install $DNX_VERSION -a default \
Expand Down
36 changes: 0 additions & 36 deletions vs-1.0.0-beta4/Dockerfile

This file was deleted.

8 changes: 0 additions & 8 deletions vs-1.0.0-beta4/NuGet.Config

This file was deleted.