@@ -168,29 +168,6 @@ RUN wget -c "${QT_URL}icu-linux-Rhel7.2-x64.7z" -O /tmp.7z \
168168 && 7za x /tmp.7z -o/opt/qt \
169169 && rm /tmp.7z
170170
171- # Install linuxdeployqt
172- ARG LINUXDEPLOYQT_URL="https://github.com/probonopd/linuxdeployqt/releases/download/10/linuxdeployqt-continuous-x86_64.AppImage"
173- RUN wget -c "$LINUXDEPLOYQT_URL" -O /linuxdeployqt.AppImage \
174- && chmod a+x /linuxdeployqt.AppImage \
175- && /linuxdeployqt.AppImage --appimage-extract \
176- && chmod -R 755 /squashfs-root \
177- && mv /squashfs-root /opt/linuxdeployqt \
178- && ln -s /opt/linuxdeployqt/AppRun /usr/local/bin/linuxdeployqt \
179- && rm /linuxdeployqt.AppImage
180-
181- # Install beta appimagetool which should not depend on any system libraries
182- # anymore, and should therefore run on Ubuntu 22.04 which doesn't provide
183- # libfuse2 anymore (see https://github.com/LibrePCB/LibrePCB/issues/980).
184- # However, since there are no official releases yet, the binary is downloaded
185- # from the nightly build and added to the repository. Download URL:
186- # https://github.com/probonopd/go-appimage/releases/download/continuous/appimagetool-765-x86_64.AppImage
187- COPY appimagetool-x86_64.AppImage /appimagetool-x86_64.AppImage
188- RUN /appimagetool-x86_64.AppImage --appimage-extract \
189- && chmod -R 755 /squashfs-root \
190- && mv /squashfs-root /opt/appimagetool \
191- && ln -s /opt/appimagetool/AppRun /usr/local/bin/appimagetool \
192- && rm /appimagetool-x86_64.AppImage
193-
194171# Install linuxdeploy
195172ARG LINUXDEPLOY_URL="https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20250213-2/linuxdeploy-x86_64.AppImage"
196173ARG LINUXDEPLOY_PLUGIN_APPIMAGE_URL="https://github.com/linuxdeploy/linuxdeploy-plugin-appimage/releases/download/1-alpha-20250213-1/linuxdeploy-plugin-appimage-x86_64.AppImage"
0 commit comments