Skip to content

Commit

Permalink
upgrade to dotnet 2.2.0 + add nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
suvl committed Dec 8, 2018
1 parent 6102ccc commit dc2e684
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ RUN apt-get update \
&& apt-get update \
&& apt-get install -y docker-ce=$DOCKER_VERSION~ce-0~debian

# install nodejs
RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - && apt-get install -y nodejs

# Install Sonar Scanner
RUN apt-get install -y unzip \
&& wget https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/$SONAR_SCANNER_MSBUILD_VERSION/sonar-scanner-msbuild-$SONAR_SCANNER_MSBUILD_VERSION-netcoreapp2.0.zip \
Expand Down

0 comments on commit dc2e684

Please sign in to comment.