Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Commit 7dfc610

Browse files
committed
reset dnvm installation to same as beta7 but added -r coreclr
1 parent 5274063 commit 7dfc610

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

1.0.0-beta7-coreclr/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ RUN apt-get -qq update && apt-get -qqy install unzip curl libunwind8 gettext lib
77

88
RUN curl -sSL https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.sh | DNX_USER_HOME=$DNX_USER_HOME DNX_BRANCH=v$DNX_VERSION sh
99
RUN bash -c "source $DNX_USER_HOME/dnvm/dnvm.sh \
10-
&& dnvm upgrade -r coreclr"
10+
&& dnvm install $DNX_VERSION -a default -r coreclr \
11+
&& dnvm alias default | xargs -i ln -s $DNX_USER_HOME/runtimes/{} $DNX_USER_HOME/runtimes/default"
12+
1113

1214
# Install libuv for Kestrel from source code (binary is not in wheezy and one in jessie is still too old)
1315
RUN apt-get -qqy install \

0 commit comments

Comments
 (0)