mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
Toolchain: Update Dockerfile to use gcc 11 and add texinfo package
Missed this in the gcc 11 version update, but if anyone is using this then they'll need gcc 11 to build Lagom.
This commit is contained in:
parent
c157c2148f
commit
76e99fa6c8
Notes:
sideshowbarker
2024-07-18 00:41:35 +09:00
Author: https://github.com/ADKaster
Commit: 76e99fa6c8
Pull-request: https://github.com/SerenityOS/serenity/pull/12506
1 changed files with 4 additions and 3 deletions
|
@ -8,8 +8,8 @@ RUN apt-get update -y \
|
|||
ccache \
|
||||
cmake \
|
||||
curl \
|
||||
g++-10 \
|
||||
gcc-10 \
|
||||
g++-11 \
|
||||
gcc-11 \
|
||||
e2fsprogs \
|
||||
genext2fs \
|
||||
git \
|
||||
|
@ -25,7 +25,8 @@ RUN apt-get update -y \
|
|||
qemu-utils \
|
||||
rsync \
|
||||
sudo \
|
||||
texinfo \
|
||||
tzdata \
|
||||
unzip \
|
||||
&& 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-11 900 --slave /usr/bin/g++ g++ /usr/bin/g++-11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue