diff options
| author | Brad Downey <bdowney@gitlab.com> | 2019-08-22 00:11:23 +0000 |
|---|---|---|
| committer | Brad Downey <bdowney@gitlab.com> | 2019-08-22 00:11:23 +0000 |
| commit | 0d61ed320cd56c629d65cccf328c0fdb55a70c5b (patch) | |
| tree | deb2693741c6d357a675299811165702e44cb66d | |
| parent | 20a92905943385a1cecb5e30aa321f3e60374dc1 (diff) | |
Add dotnet sdk for dependency restore bdowney-master-patch-76665
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
