diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2021-11-17 01:00:45 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-11-20 21:16:51 +0000 |
commit | b08a265840dd56fbb297f3969ccf3c452f787123 (patch) | |
tree | c2c44cf8dcbeaa22978869dd13aba15aa812f4b5 /Toolchain/Dockerfile | |
parent | 8744086781b3733a7cb48bc970d16554155b0a52 (diff) | |
download | serenity-b08a265840dd56fbb297f3969ccf3c452f787123.zip |
Toolchain: Remove unused wget package from Dockerfile
Diffstat (limited to 'Toolchain/Dockerfile')
-rw-r--r-- | Toolchain/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |