Skip to content

Commit efd646a

Browse files
committed
revert docker
1 parent 23d28a7 commit efd646a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ RUN curl -L https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}
3737
cmake --version
3838

3939
# LINUXDEPLOY
40+
# Qt plugin continuous is segfaulting
4041
RUN curl -L https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-$(cat /arch).AppImage --output /usr/local/bin/linuxdeploy && \
4142
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 && \
4344
chmod +x /usr/local/bin/linuxdeploy-plugin-qt && \
4445
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 && \
4546
cd /tmp && tar -xf patchelf.tar.gz && \
4647
mv bin/patchelf /usr/local/bin/ && rm -rf *
4748

48-
4949
# APPIMAGETOOL
5050
RUN curl -L https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$(cat /arch).AppImage --output /usr/local/bin/appimagetool && \
5151
chmod +x /usr/local/bin/appimagetool
@@ -84,6 +84,7 @@ RUN pip3 install networkx simplejson jinja2 pyyaml
8484
RUN apt install -y --no-install-recommends \
8585
python3-dev && rm -Rf /var/cache/apt
8686

87+
# Qt 6.8 does not work with Ubuntu 22.04
8788
ARG VERSION_QT=6.7.1
8889
RUN pip install aqtinstall &&\
8990
aqt install-qt linux$(cat /arch_qt) desktop ${VERSION_QT} -m \

0 commit comments

Comments
 (0)