mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Remove nuget from docker mint build (#9864)
This commit is contained in:
parent
94424e14d7
commit
16d7b90adf
@ -7,7 +7,6 @@ dirmngr
|
||||
apt-transport-https
|
||||
dotnet-sdk-2.1
|
||||
ca-certificates-mono
|
||||
nuget
|
||||
libunwind8
|
||||
ruby
|
||||
ruby-dev
|
||||
|
@ -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
|
||||
|
||||
|
@ -6,4 +6,3 @@ ruby-bundler
|
||||
openjdk-8-jdk
|
||||
ant
|
||||
dotnet
|
||||
nuget
|
||||
|
Loading…
Reference in New Issue
Block a user