deployment
This commit is contained in:
parent
59315f9445
commit
a342d78df7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue