Docker: linuxdeployqt v7 is the last release built on a system that allows it to run on CentOS 7

This commit is contained in:
Simran Spiller
2021-09-29 01:34:49 +02:00
parent a666451a60
commit 4608ed284f
+1 -1
View File
@@ -58,6 +58,6 @@ COPY --from=ci-package-crashpad /. /usr/local/
COPY --from=ci-package-otio /. /usr/local/
COPY scripts/build_olive.sh /tmp/
RUN curl --location "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" \
RUN curl --location "https://github.com/probonopd/linuxdeployqt/releases/download/7/linuxdeployqt-7-x86_64.AppImage" \
-o "/usr/local/linuxdeployqt-x86_64.AppImage" && \
chmod a+x "/usr/local/linuxdeployqt-x86_64.AppImage"