Skip to content

Commit

Permalink
address a build problem and remove redundant bash from build
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickChenHZ committed Dec 31, 2024
1 parent b6cf66a commit bfdead9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ RUN apt-get update && apt-get install -y \
pkgconf \
sudo \
wayland-protocols \
bash \
libwebkit2gtk-4.1-dev \
wget

Expand Down Expand Up @@ -92,7 +91,7 @@ ARG GID=0

RUN if [ "$UID" != "0" ]; then \
groupadd -f -g $GID $USER && \
useradd -u $UID -g $GID $USER; \
useradd --non-unique -u $UID -g $GID $USER; \
fi

# Point FFMPEG Library search to the binary built upon BambuStudio build time
Expand Down

0 comments on commit bfdead9

Please sign in to comment.