diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index f2465f8d35..33e20d86c7 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -34,9 +34,7 @@ if [ -f /.dockerenv ]; then echo "Running within docker, installing initial dependencies"; apt-get --quiet -y update && apt-get --quiet -y install \ ca-certificates \ - curl \ gnupg \ - gosu \ lsb-core \ sudo \ wget \