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

Commit dc95edc

Browse files
committed
curl: follow redirects and silent for kvminstall
Signed-off-by: Ahmet Alp Balkan <[email protected]>
1 parent 3ea147c commit dc95edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.0.0-beta1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV KRE_USER_HOME /opt/kre
55

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

8-
RUN curl -s https://raw.githubusercontent.com/aspnet/Home/v$KRE_VERSION/kvminstall.sh | sh
8+
RUN curl -sSL https://raw.githubusercontent.com/aspnet/Home/v$KRE_VERSION/kvminstall.sh | sh
99
RUN bash -c "source $KRE_USER_HOME/kvm/kvm.sh \
1010
&& kvm install $KRE_VERSION -a default \
1111
&& kvm alias default | xargs -i ln -s $KRE_USER_HOME/packages/{} $KRE_USER_HOME/packages/default"

0 commit comments

Comments
 (0)