mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
Toolchain: Remove unused wget package from Dockerfile
This commit is contained in:
parent
8744086781
commit
b08a265840
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ RUN apt-get update -y \
|
||||||
sudo \
|
sudo \
|
||||||
tzdata \
|
tzdata \
|
||||||
unzip \
|
unzip \
|
||||||
wget \
|
|
||||||
&& rm -rf /var/lib/apt/lists/ \
|
&& 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
|
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 900 --slave /usr/bin/g++ g++ /usr/bin/g++-10
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue