2
0
Fork 0

lsio-kdenlive-ppa: add auto-yes to apt-get

main
Ducky 2023-10-08 19:33:13 +01:00
parent daa99c50d9
commit 69e9b06bff
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ RUN \
apt-get purge --auto-remove -y kdenlive && \
add-apt-repository ppa:kdenlive/kdenlive-stable && \
apt update && \
apt-get install kdenlive
apt-get install -y kdenlive