chore: update the file

This commit is contained in:
x-tools-author 2025-04-24 18:30:35 +08:00
parent 2fb8ff9e07
commit 6c3da48f3f

View File

@ -4,7 +4,8 @@ RUN apt-get -y update
RUN apt-get install -y libxcb-xinerama0 libxcb-cursor-dev libudev-dev ninja-build libopengl-dev libglu1-mesa-dev mesa-common-dev
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 libfuse-dev kmod
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
# CMake
RUN wget https://cmake.org/files/v3.30/cmake-3.30.8-linux-x86_64.sh