deployment

This commit is contained in:
leca 2025-03-22 01:19:53 +03:00
parent 59315f9445
commit a342d78df7
1 changed files with 4 additions and 5 deletions

View File

@ -23,7 +23,7 @@ WORKDIR /gcc-13.3.0
RUN ./configure --disable-multilib --prefix=/usr
RUN make -j $(nproc) && make install
RUN cp /lib64/* /lib/x86_64-linux-gnu || :
RUN cp /usr/lib64/* /usr/lib/x86_64-linux-gnu || :
WORKDIR /
RUN rm -rf gcc-13.3.0
@ -70,9 +70,8 @@ RUN cp /appimage/build/checks-parser .
WORKDIR /appimage
RUN linuxdeployqt --appimage-extract-and-run AppDir/usr/bin/checks-parser -no-copy-copyright-files -appimage || :
RUN mkdir -p /output || :
RUN cp Checks_parser-x86_64.AppImage /output || :
RUN PATH=/usr/lib/qt5/bin/:$PATH linuxdeployqt --appimage-extract-and-run AppDir/usr/bin/checks-parser -no-copy-copyright-files -appimage
RUN mkdir -p /output
RUN cp Checks_parser-x86_64.AppImage /output
ENTRYPOINT bash