From 0d61ed320cd56c629d65cccf328c0fdb55a70c5b Mon Sep 17 00:00:00 2001 From: Brad Downey Date: Thu, 22 Aug 2019 00:11:23 +0000 Subject: Add dotnet sdk for dependency restore --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fee2ad5..ad77310 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN npm install npm-install-peers cheerio # install realpath, includes for python3, and pip for python3 RUN apt-get update && \ apt-get install -y --no-install-recommends \ - libpq-dev libmysqlclient-dev realpath python3-dev python3-pip && \ + libpq-dev libmysqlclient-dev realpath python3-dev python3-pip dotnet-sdk-2.2 && \ rm -rf /var/lib/apt/lists/* # Don't load RVM automatically, it doesn't work with GitLab-CI -- cgit v1.2.3