update
This commit is contained in:
@@ -18,3 +18,10 @@ RUN \
|
|||||||
apt -y clean && \
|
apt -y clean && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
RUN \
|
||||||
|
cd /opt && \
|
||||||
|
git clone https://github.com/mxe/mxe.git && \
|
||||||
|
exit 0
|
||||||
|
|
||||||
|
ENV PATH="${PATH}:/opt/mxe/usr/bin"
|
||||||
|
|||||||
@@ -1,13 +1,9 @@
|
|||||||
FROM fffaraz/qt:mxe
|
FROM fffaraz/qt:mxe
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
cd /opt && \
|
|
||||||
git clone https://github.com/mxe/mxe.git && \
|
|
||||||
cd /opt/mxe && \
|
cd /opt/mxe && \
|
||||||
NPROC=$(($(nproc)+4)) && \
|
NPROC=$(($(nproc)+4)) && \
|
||||||
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='i686-w64-mingw32.shared' qt6-qtbase && \
|
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='i686-w64-mingw32.shared' qt6-qtbase && \
|
||||||
ln -s /opt/mxe/usr/bin/i686-w64-mingw32.shared-qmake-qt6 /usr/bin/qmake && \
|
ln -s /opt/mxe/usr/bin/i686-w64-mingw32.shared-qmake-qt6 /usr/bin/qmake && \
|
||||||
qmake --version && \
|
qmake --version && \
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
ENV PATH="${PATH}:/opt/mxe/usr/bin"
|
|
||||||
|
|||||||
@@ -1,13 +1,9 @@
|
|||||||
FROM fffaraz/qt:mxe
|
FROM fffaraz/qt:mxe
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
cd /opt && \
|
|
||||||
git clone https://github.com/mxe/mxe.git && \
|
|
||||||
cd /opt/mxe && \
|
cd /opt/mxe && \
|
||||||
NPROC=$(($(nproc)+4)) && \
|
NPROC=$(($(nproc)+4)) && \
|
||||||
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='i686-w64-mingw32.static' qt6-qtbase && \
|
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='i686-w64-mingw32.static' qt6-qtbase && \
|
||||||
ln -s /opt/mxe/usr/bin/i686-w64-mingw32.static-qmake-qt6 /usr/bin/qmake && \
|
ln -s /opt/mxe/usr/bin/i686-w64-mingw32.static-qmake-qt6 /usr/bin/qmake && \
|
||||||
qmake --version && \
|
qmake --version && \
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
ENV PATH="${PATH}:/opt/mxe/usr/bin"
|
|
||||||
|
|||||||
@@ -1,13 +1,9 @@
|
|||||||
FROM fffaraz/qt:mxe
|
FROM fffaraz/qt:mxe
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
cd /opt && \
|
|
||||||
git clone https://github.com/mxe/mxe.git && \
|
|
||||||
cd /opt/mxe && \
|
cd /opt/mxe && \
|
||||||
NPROC=$(($(nproc)+4)) && \
|
NPROC=$(($(nproc)+4)) && \
|
||||||
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='x86_64-w64-mingw32.shared' qt6-qtbase && \
|
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='x86_64-w64-mingw32.shared' qt6-qtbase && \
|
||||||
ln -s /opt/mxe/usr/bin/x86_64-w64-mingw32.shared-qmake-qt6 /usr/bin/qmake && \
|
ln -s /opt/mxe/usr/bin/x86_64-w64-mingw32.shared-qmake-qt6 /usr/bin/qmake && \
|
||||||
qmake --version && \
|
qmake --version && \
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
ENV PATH="${PATH}:/opt/mxe/usr/bin"
|
|
||||||
|
|||||||
@@ -1,13 +1,9 @@
|
|||||||
FROM fffaraz/qt:mxe
|
FROM fffaraz/qt:mxe
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
cd /opt && \
|
|
||||||
git clone https://github.com/mxe/mxe.git && \
|
|
||||||
cd /opt/mxe && \
|
cd /opt/mxe && \
|
||||||
NPROC=$(($(nproc)+4)) && \
|
NPROC=$(($(nproc)+4)) && \
|
||||||
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='x86_64-w64-mingw32.static' qt6-qtbase && \
|
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='x86_64-w64-mingw32.static' qt6-qtbase && \
|
||||||
ln -s /opt/mxe/usr/bin/x86_64-w64-mingw32.static-qmake-qt6 /usr/bin/qmake && \
|
ln -s /opt/mxe/usr/bin/x86_64-w64-mingw32.static-qmake-qt6 /usr/bin/qmake && \
|
||||||
qmake --version && \
|
qmake --version && \
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
ENV PATH="${PATH}:/opt/mxe/usr/bin"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user