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

@@ -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