summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Downey <bdowney@gitlab.com>2019-08-22 00:11:23 +0000
committerBrad Downey <bdowney@gitlab.com>2019-08-22 00:11:23 +0000
commit0d61ed320cd56c629d65cccf328c0fdb55a70c5b (patch)
treedeb2693741c6d357a675299811165702e44cb66d
parent20a92905943385a1cecb5e30aa321f3e60374dc1 (diff)
Add dotnet sdk for dependency restore bdowney-master-patch-76665
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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