From 1cdce4da44c6c03c9e67144bab5860d2b3db384a Mon Sep 17 00:00:00 2001 From: Manuel Pais Date: Thu, 3 May 2018 16:14:26 +0200 Subject: [PATCH] Updated link to .Net debian installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62f1a37..301ec08 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To ensure that you don't lose any settings or customisations, mount a volume tie Once complete, the server can be accessed at http://localhost:8080 -To install .net core we need to run bash on the container as root and follow the [official instructions](https://www.microsoft.com/net/core#linuxdebian) +To install .net core we need to run bash on the container as root and follow the [official instructions](https://www.microsoft.com/net/learn/get-started/linux/debian9) docker exec -ti -u 0 _myjenkins_ bash