From b760f27fc71d4a7be19c4b0e913e283f8f94d4aa Mon Sep 17 00:00:00 2001 From: PatrickChenHZ <2540932806@qq.com> Date: Wed, 25 Dec 2024 04:32:48 -0600 Subject: [PATCH] made suggested changes --- Dockerfile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8d331ae6d..9cda4f298 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,6 @@ RUN apt-get update && apt-get install -y \ build-essential \ cmake \ curl \ - bc \ xvfb \ eglexternalplatform-dev \ extra-cmake-modules \ @@ -48,13 +47,9 @@ RUN apt-get update && apt-get install -y \ sudo \ wayland-protocols \ bash \ + libwebkit2gtk-4.1-dev \ wget -#Temporary fix for 24.10 dependency, 24.10 still required for ffmpeg7 to run Bug-free -RUN echo 'deb http://gb.archive.ubuntu.com/ubuntu jammy main' >> /etc/apt/sources.list - -RUN apt-get update && apt-get install -y libwebkit2gtk-4.0-dev - # Change your locale here if you want. See the output # of `locale -a` to pick the correct string formatting. ENV LC_ALL=en_US.utf8 @@ -105,4 +100,4 @@ ENV LD_LIBRARY_PATH=/BambuStudio/build/package/bin # Using an entrypoint instead of CMD because the binary # accepts several command line arguments. -ENTRYPOINT ["/BambuStudio/build/package/bin/bambu-studio"] \ No newline at end of file +ENTRYPOINT ["/BambuStudio/build/package/bin/bambu-studio"]