Remove nuget from docker mint build (#9864)

This commit is contained in:
poornas
2020-06-17 14:47:57 -07:00
committed by GitHub
parent 94424e14d7
commit 16d7b90adf
3 changed files with 0 additions and 4 deletions

View File

@@ -7,7 +7,6 @@ dirmngr
apt-transport-https
dotnet-sdk-2.1
ca-certificates-mono
nuget
libunwind8
ruby
ruby-dev

View File

@@ -48,8 +48,6 @@ fi
xargs --arg-file="${MINT_ROOT_DIR}/install-packages.list" apt --quiet --yes install
nuget update -self
# set python 3.6 as default
update-alternatives --install /usr/bin/python python /usr/bin/python3.6 1

View File

@@ -6,4 +6,3 @@ ruby-bundler
openjdk-8-jdk
ant
dotnet
nuget