Skip to content

Commit

Permalink
[Fixed] 'dotnet restore' failing
Browse files Browse the repository at this point in the history
- Install dotnet SDK in Docker image

[#164283792]

Signed-off-by: Vikram Yadav <[email protected]>
  • Loading branch information
Serafima Ostrovskaya authored and Vikram Yadav committed May 29, 2019
1 parent b7f7ef8 commit dee1045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E03280
RUN wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb &&\
sudo dpkg -i packages-microsoft-prod.deb &&\
sudo apt-get update &&\
sudo apt-get install -y dotnet-runtime-2.1
sudo apt-get install -y dotnet-runtime-2.1 dotnet-sdk-2.1

# install license_finder
COPY . /LicenseFinder
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ languages, as long as that language has a package definition in the project dire
* `rebar.config` (for `rebar`)
* `mix.exs` (for `mix`)
* `packages/` directory (for `nuget`)
* `*.csproj` (for `dotnet`)
* `vendor/manifest` or `*/vendor/manifest` file (for `gvt`)
* `glide.lock` file (for `glide`)
* `vendor/vendor.json` file (for `govendor`)
Expand Down

0 comments on commit dee1045

Please sign in to comment.