From 26d4169b7cb580bb052b37f7484d6a23f88cbc43 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Thu, 16 Jan 2020 10:51:24 +0100 Subject: [PATCH] setup: remove unused dependencies --- Tools/setup/ubuntu.sh | 2 -- 1 file changed, 2 deletions(-) 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 \