cleanup
This commit is contained in:
parent
993cf4d69c
commit
31f4ca26fb
|
@ -16,7 +16,7 @@ WORKDIR /
|
||||||
RUN wget https://mirror.linux-ia64.org/gnu/gcc/releases/gcc-12.3.0/gcc-12.3.0.tar.gz
|
RUN wget https://mirror.linux-ia64.org/gnu/gcc/releases/gcc-12.3.0/gcc-12.3.0.tar.gz
|
||||||
RUN tar xf gcc-12.3.0.tar.gz
|
RUN tar xf gcc-12.3.0.tar.gz
|
||||||
|
|
||||||
#RUN rm gcc-12.3.0.tar.gz
|
RUN rm gcc-12.3.0.tar.gz
|
||||||
|
|
||||||
WORKDIR /gcc-12.3.0
|
WORKDIR /gcc-12.3.0
|
||||||
RUN ./configure --disable-multilib --prefix=/usr
|
RUN ./configure --disable-multilib --prefix=/usr
|
||||||
|
@ -27,8 +27,6 @@ RUN cp /lib64/* /lib/x86_64-linux-gnu || :
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN rm -rf gcc-12.3.0
|
RUN rm -rf gcc-12.3.0
|
||||||
|
|
||||||
ENTRYPOINT bash
|
|
||||||
|
|
||||||
# Download linuxdeployqt
|
# Download linuxdeployqt
|
||||||
RUN wget https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage -O /usr/bin/linuxdeployqt && \
|
RUN wget https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage -O /usr/bin/linuxdeployqt && \
|
||||||
chmod +x /usr/bin/linuxdeployqt
|
chmod +x /usr/bin/linuxdeployqt
|
||||||
|
@ -72,6 +70,7 @@ WORKDIR /appimage
|
||||||
|
|
||||||
RUN linuxdeployqt --appimage-extract-and-run AppDir/usr/bin/checks-parser -no-copy-copyright-files -appimage
|
RUN linuxdeployqt --appimage-extract-and-run AppDir/usr/bin/checks-parser -no-copy-copyright-files -appimage
|
||||||
|
|
||||||
#RUN LD_LIBRARY_PATH=LD_LIBRARY_PATH=/usr/local/lib64 linuxdeployqt --appimage-extract-and-run AppDir/usr/bin/checks-parser -no-copy-copyright-files -appimage
|
RUN mkdir -p /appimage/output
|
||||||
|
RUN cp Checks_parser-x86_64.AppImage /appimage/output
|
||||||
|
|
||||||
ENTRYPOINT bash
|
ENTRYPOINT bash
|
||||||
|
|
Loading…
Reference in New Issue