File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 with :
3030 context : " {{defaultContext}}:docker/shotcut-build"
3131 push : true
32- tags : mltframework/shotcut-build:qt6.10.1 -ubuntu22.04
32+ tags : mltframework/shotcut-build:qt6.10.3 -ubuntu22.04
Original file line number Diff line number Diff line change 1111
1212## Build Shotcut for Linux
1313
14- docker build --rm -t mltframework/shotcut-build:qt6.10.1 -ubuntu22.04 docker/shotcut-build
14+ docker build --rm -t mltframework/shotcut-build:qt6.10.3 -ubuntu22.04 docker/shotcut-build
1515 mkdir work; cd work
1616 wget --no-check-certificate https://raw.githubusercontent.com/mltframework/shotcut/master/scripts/build-shotcut.sh
17- docker run -it --rm -v "$PWD":/root/shotcut mltframework/shotcut-build:qt6.10.1 -ubuntu22.04 ./build-shotcut.sh
17+ docker run -it --rm -v "$PWD":/root/shotcut mltframework/shotcut-build:qt6.10.3 -ubuntu22.04 ./build-shotcut.sh
1818
1919Artifacts will be in work.
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ RUN apt-get update -qq && \
2121 libvulkan-dev glslang-dev
2222
2323WORKDIR /root/Qt
24- RUN curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/qt-6.10.1 -ubuntu22.04-x86_64.txz && \
25- tar -xJf qt-6.10.1 -ubuntu22.04-x86_64.txz && \
26- rm qt-6.10.1 -ubuntu22.04-x86_64.txz
24+ RUN curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/qt-6.10.3 -ubuntu22.04-x86_64.txz && \
25+ tar -xJf qt-6.10.3 -ubuntu22.04-x86_64.txz && \
26+ rm qt-6.10.3 -ubuntu22.04-x86_64.txz
2727
2828WORKDIR /root/shotcut
2929ENTRYPOINT ["/bin/bash" ]
You can’t perform that action at this time.
0 commit comments