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"]