mirror of
https://github.com/python-LimeReport/containers.git
synced 2024-12-23 16:23:00 +03:00
wip
This commit is contained in:
parent
078a9832e6
commit
968f73d050
@ -29,10 +29,11 @@ ENV PATH=/root/.local/bin:$PATH
|
|||||||
ARG QT_VERSION=6.4.2
|
ARG QT_VERSION=6.4.2
|
||||||
ENV QT_VERSION=${QT_VERSION}
|
ENV QT_VERSION=${QT_VERSION}
|
||||||
|
|
||||||
COPY ./scripts/install_qt.sh ./aqt.cfg /
|
|
||||||
RUN aqt -c /aqt.cfg install-src --outputdir /opt/Qt-src linux ${QT_VERSION}
|
|
||||||
COPY ./qt-patches/ /qt-patches
|
COPY ./qt-patches/ /qt-patches
|
||||||
RUN cd /opt/Qt-src/${QT_VERSION}/Src && /qt-patches/apply-patches.sh
|
COPY ./scripts/install_qt.sh ./aqt.cfg /
|
||||||
|
# RUN aqt -c /aqt.cfg install-src --outputdir /opt/Qt-src linux ${QT_VERSION}
|
||||||
|
|
||||||
|
# RUN cd /opt/Qt-src/${QT_VERSION}/Src && /qt-patches/apply-patches.sh
|
||||||
|
|
||||||
RUN /install_qt.sh && rm -f /install_qt.sh
|
RUN /install_qt.sh && rm -f /install_qt.sh
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ if [[ "$(uname -m)" == "x86_64" ]]; then
|
|||||||
mv gcc_64/.* .
|
mv gcc_64/.* .
|
||||||
rmdir gcc_64
|
rmdir gcc_64
|
||||||
else
|
else
|
||||||
# aqt -c /aqt.cfg install-src --outputdir /opt/Qt-src linux desktop ${QT_VERSION}
|
aqt -c /aqt.cfg install-src --outputdir /opt/Qt-src linux desktop ${QT_VERSION}
|
||||||
|
|
||||||
cd /opt/Qt-src/${QT_VERSION}/Src
|
cd /opt/Qt-src/${QT_VERSION}/Src
|
||||||
/qt-patches/apply-patches.sh
|
/qt-patches/apply-patches.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user