Toolchain: Remove unused wget package from Dockerfile

This commit is contained in:
Jelle Raaijmakers 2021-11-17 01:00:45 +01:00 committed by Linus Groh
parent 8744086781
commit b08a265840

View file

@ -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