From b08a265840dd56fbb297f3969ccf3c452f787123 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Wed, 17 Nov 2021 01:00:45 +0100 Subject: [PATCH] Toolchain: Remove unused wget package from Dockerfile --- Toolchain/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Toolchain/Dockerfile b/Toolchain/Dockerfile index 6c72cd42ca..801338520e 100644 --- a/Toolchain/Dockerfile +++ b/Toolchain/Dockerfile @@ -28,7 +28,6 @@ RUN apt-get update -y \ sudo \ tzdata \ unzip \ - wget \ && rm -rf /var/lib/apt/lists/ \ && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 900 --slave /usr/bin/g++ g++ /usr/bin/g++-10