mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Toolchain: Remove unused wget package from Dockerfile
This commit is contained in:
parent
8744086781
commit
b08a265840
Notes:
sideshowbarker
2024-07-18 00:57:42 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/b08a265840d Pull-request: https://github.com/SerenityOS/serenity/pull/10941 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/kleinesfilmroellchen ✅
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…
Reference in a new issue