diff options
Diffstat (limited to 'Dockerfile')
| -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 |
