mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -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
|
apt-transport-https
|
||||||
dotnet-sdk-2.1
|
dotnet-sdk-2.1
|
||||||
ca-certificates-mono
|
ca-certificates-mono
|
||||||
nuget
|
|
||||||
libunwind8
|
libunwind8
|
||||||
ruby
|
ruby
|
||||||
ruby-dev
|
ruby-dev
|
||||||
|
@ -48,8 +48,6 @@ fi
|
|||||||
|
|
||||||
xargs --arg-file="${MINT_ROOT_DIR}/install-packages.list" apt --quiet --yes install
|
xargs --arg-file="${MINT_ROOT_DIR}/install-packages.list" apt --quiet --yes install
|
||||||
|
|
||||||
nuget update -self
|
|
||||||
|
|
||||||
# set python 3.6 as default
|
# set python 3.6 as default
|
||||||
update-alternatives --install /usr/bin/python python /usr/bin/python3.6 1
|
update-alternatives --install /usr/bin/python python /usr/bin/python3.6 1
|
||||||
|
|
||||||
|
@ -6,4 +6,3 @@ ruby-bundler
|
|||||||
openjdk-8-jdk
|
openjdk-8-jdk
|
||||||
ant
|
ant
|
||||||
dotnet
|
dotnet
|
||||||
nuget
|
|
||||||
|
Loading…
Reference in New Issue
Block a user