no-kdenlive-recommends

This commit is contained in:
Jackson Delahunt 2023-06-08 23:49:21 +10:00
parent 1712b8b95d
commit 7724ea1c7f

View file

@ -315,7 +315,8 @@ RUN wget -q -O jump.deb https://github.com/gsamokovarov/jump/releases/download/v
# Install kdenlive
RUN apt-get install -qq \
kde-style-breeze \
kdenlive
kdenlive \
--no-install-recommends
# Install ksnip
RUN apt-get install -qq libqt5x11extras5-dev libxcb-dpms0 && \