mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
apt-update
This commit is contained in:
parent
30498ee13f
commit
9289d8fd25
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue