apt-update

This commit is contained in:
Jackson Delahunt 2023-08-21 01:08:19 +10:00
parent 30498ee13f
commit 9289d8fd25

View file

@ -278,7 +278,8 @@ RUN wget -q -O jump.deb https://github.com/gsamokovarov/jump/releases/download/v
# rm kasmvnc.deb
# Install kdenlive
RUN apt-get install -qq \
RUN apt-get update -qq && \
apt-get install -qq \
frei0r-plugins \
kde-style-breeze \
kdenlive \