Skip to content

Commit

Permalink
Install gstreamer codecs seprately
Browse files Browse the repository at this point in the history
  • Loading branch information
fang64 committed Nov 18, 2023
1 parent 6bdcbc8 commit 69bd4ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ RUN \
libfuse2 \
wget \
unzip \
gstreamer1.0-plugins-bad \
gstreamer1.0-libav \
firefox \
mousepad \
xfce4-terminal \
xfce4 \
xubuntu-default-settings \
xubuntu-icon-theme && \
apt-get install libwebkit2gtk-4.0-37 -y && \
apt-get install libwebkit2gtk-4.0-37 gstreamer1.0-plugins-bad gstreamer1.0-libav -y && \
echo "**** Install Orca Slicer ****" && \
curl -s -L https://api.github.com/repos/SoftFever/OrcaSlicer/releases/latest | grep -wo "https.*Linux.*AppImage" | wget -qi- -O /opt/OrcaSlicer.AppImage && \
chmod +x /opt/OrcaSlicer.AppImage && \
Expand Down

0 comments on commit 69bd4ff

Please sign in to comment.