mirror of
https://github.com/python-LimeReport/containers.git
synced 2025-10-15 15:39:12 +03:00
wip
This commit is contained in:
@@ -28,9 +28,11 @@ ENV PATH=/root/.local/bin:$PATH
|
||||
|
||||
ARG QT_VERSION=6.4.2
|
||||
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
|
||||
RUN /install_qt.sh && rm -f /install_qt.sh
|
||||
RUN cd /opt/Qt-src/${QT_VERSION}/Src && /qt-patches/apply-patches.sh
|
||||
|
||||
# TODO
|
||||
# 1. fixes "test -x /opt/python/cp39-cp39/bin/python"
|
||||
|
Reference in New Issue
Block a user