We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40415c commit d121b7cCopy full SHA for d121b7c
1 file changed
Dockerfile.aarch64
@@ -20,7 +20,7 @@ RUN \
20
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kdenlive-logo.png && \
21
echo "**** install packages ****" && \
22
pacman -Sy --noconfirm --needed \
23
- kdenlive${KDENLIVE_VERSION:+=$KDENLIVE_VERSION} && \
+ kdenlive && \
24
echo "**** cleanup ****" && \
25
rm -rf \
26
/tmp/* \
0 commit comments