|
@@ -8,8 +8,8 @@ RUN apt-get update -y \
|
|
ccache \
|
|
ccache \
|
|
cmake \
|
|
cmake \
|
|
curl \
|
|
curl \
|
|
- g++-10 \
|
|
|
|
- gcc-10 \
|
|
|
|
|
|
+ g++-11 \
|
|
|
|
+ gcc-11 \
|
|
e2fsprogs \
|
|
e2fsprogs \
|
|
genext2fs \
|
|
genext2fs \
|
|
git \
|
|
git \
|
|
@@ -25,7 +25,8 @@ RUN apt-get update -y \
|
|
qemu-utils \
|
|
qemu-utils \
|
|
rsync \
|
|
rsync \
|
|
sudo \
|
|
sudo \
|
|
|
|
+ texinfo \
|
|
tzdata \
|
|
tzdata \
|
|
unzip \
|
|
unzip \
|
|
&& 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-11 900 --slave /usr/bin/g++ g++ /usr/bin/g++-11
|