Commit efd646a 1 parent 23d28a7 commit efd646a Copy full SHA for efd646a
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ RUN curl -L https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}
37
37
cmake --version
38
38
39
39
# LINUXDEPLOY
40
+ # Qt plugin continuous is segfaulting
40
41
RUN curl -L https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-$(cat /arch).AppImage --output /usr/local/bin/linuxdeploy && \
41
42
chmod +x /usr/local/bin/linuxdeploy && \
42
- curl -L https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous /linuxdeploy-plugin-qt-$(cat /arch).AppImage --output /usr/local/bin/linuxdeploy-plugin-qt && \
43
+ curl -L https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/1-alpha-20240109-1 /linuxdeploy-plugin-qt-$(cat /arch).AppImage --output /usr/local/bin/linuxdeploy-plugin-qt && \
43
44
chmod +x /usr/local/bin/linuxdeploy-plugin-qt && \
44
45
curl -L https://github.com/NixOS/patchelf/releases/download/0.14.5/patchelf-0.14.5-$(cat /arch).tar.gz --output /tmp/patchelf.tar.gz && \
45
46
cd /tmp && tar -xf patchelf.tar.gz && \
46
47
mv bin/patchelf /usr/local/bin/ && rm -rf *
47
48
48
-
49
49
# APPIMAGETOOL
50
50
RUN curl -L https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$(cat /arch).AppImage --output /usr/local/bin/appimagetool && \
51
51
chmod +x /usr/local/bin/appimagetool
@@ -84,6 +84,7 @@ RUN pip3 install networkx simplejson jinja2 pyyaml
84
84
RUN apt install -y --no-install-recommends \
85
85
python3-dev && rm -Rf /var/cache/apt
86
86
87
+ # Qt 6.8 does not work with Ubuntu 22.04
87
88
ARG VERSION_QT=6.7.1
88
89
RUN pip install aqtinstall &&\
89
90
aqt install-qt linux$(cat /arch_qt) desktop ${VERSION_QT} -m \
You can’t perform that action at this time.
0 commit comments