Skip to content

Commit

Permalink
made suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickChenHZ committed Dec 25, 2024
1 parent 8e638f9 commit b6cf66a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN apt-get update && apt-get install -y \
build-essential \
cmake \
curl \
bc \
xvfb \
eglexternalplatform-dev \
extra-cmake-modules \
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"]
ENTRYPOINT ["/BambuStudio/build/package/bin/bambu-studio"]

0 comments on commit b6cf66a

Please sign in to comment.