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

Commit 7b08f11

Browse files
committed
added libunwind8, gettext, libssl-dev, libcurl3-dev, zlib1g to dockerfile
1 parent 48df62a commit 7b08f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.0.0-beta7-coreclr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:wheezy
33
ENV DNX_VERSION 1.0.0-beta7
44
ENV DNX_USER_HOME /opt/dnx
55

6-
RUN apt-get -qq update && apt-get -qqy install unzip curl
6+
RUN apt-get -qq update && apt-get -qqy install unzip curl libunwind8 gettext libssl-dev libcurl3-dev zlib1g
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 \

0 commit comments

Comments
 (0)