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 1060e16 commit 695d7e0Copy full SHA for 695d7e0
1 file changed
Dockerfile
@@ -37,7 +37,7 @@ RUN \
37
/tmp/shotcut-tarball.txz -L \
38
"${SHOTCUT_URL}" && \
39
tar xvf /tmp/shotcut-tarball.txz -C \
40
- /app/shotcut --strip-components=2 && \
+ /app/shotcut --strip-components=1 && \
41
echo "**** cleanup ****" && \
42
apt-get clean && \
43
rm -rf \
0 commit comments