chore: update the file

This commit is contained in:
x-tools-author 2025-04-24 18:34:39 +08:00
parent 07b1769302
commit 25d98ff0ca

View File

@ -5,7 +5,7 @@ RUN apt-get install -y libxcb-xinerama0 libxcb-cursor-dev libudev-dev ninja-buil
RUN export DEBIAN_FRONTEND=noninteractive && apt-get install -y gcc g++ wget p7zip-full libicu-dev tree grep git libglib2.0-dev
RUN apt-get install -y libxkb* libdbus*
RUN apt-get install -y libegl1-mesa-dev libfontconfig1-dev libfreetype6-dev libfreetype-dev
RUN export DEBIAN_FRONTEND=noninteractive && apt-get install -y fuse libfuse2 fuse3 libfuse-dev kmod
RUN export DEBIAN_FRONTEND=noninteractive && apt-get install -y fuse libfuse2 libfuse-dev kmod
# CMake
RUN wget https://cmake.org/files/v3.30/cmake-3.30.8-linux-x86_64.sh