[Ubuntu 20] Switch docker-moby installation to prod channel (#1768)

* remove condition

* remove os.sh
This commit is contained in:
Mikhail Timofeev
2020-10-08 19:34:59 +03:00
committed by GitHub
parent a30fb6b041
commit 9b09e359e8

View File

@@ -7,12 +7,6 @@ set -e
# Source the helpers for use with the script
source $HELPER_SCRIPTS/install.sh
source $HELPER_SCRIPTS/os.sh
# There is no stable docker-moby for Ubuntu 20 at the moment
if isUbuntu20 ; then
add-apt-repository "deb [arch=amd64,armhf,arm64] https://packages.microsoft.com/ubuntu/20.04/prod testing main"
fi
# Check to see if docker is already installed
docker_package=moby