Skip to content
Snippets Groups Projects
Commit dd205024 authored by Ingo Meyer's avatar Ingo Meyer
Browse files

Use the latest Qt 5.15.2 in Windows cross compiling images

parent ed65530c
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,9 @@ FROM debian:10
RUN apt-get update && \
apt-get dist-upgrade -y && \
apt-get install -y wget make mingw-w64 pkg-config xorg-dev g++ gcc cmake xz-utils lbzip2 patch git qtbase5-dev-tools qt5-default && \
apt-get install -y wget make mingw-w64 pkg-config xorg-dev g++ gcc cmake xz-utils lbzip2 patch git && \
rm -rf /var/lib/apt/lists/*
RUN wget "https://gr-framework.org/downloads/3rdparty/qt5.15.2-linux-x86_64-bin.tar.gz" && \
tar -C/usr/local --strip-components=1 -xvf "qt5.15.2-linux-x86_64-bin.tar.gz" && \
rm -rf "qt5.15.2-linux-x86_64-bin.tar.gz"
......@@ -2,5 +2,9 @@ FROM debian:10
RUN apt-get update && \
apt-get dist-upgrade -y && \
apt-get install -y wget make mingw-w64 pkg-config xorg-dev g++ gcc cmake xz-utils lbzip2 patch git qtbase5-dev-tools qt5-default && \
apt-get install -y wget make mingw-w64 pkg-config xorg-dev g++ gcc cmake xz-utils lbzip2 patch git && \
rm -rf /var/lib/apt/lists/*
RUN wget "https://gr-framework.org/downloads/3rdparty/qt5.15.2-linux-x86_64-bin.tar.gz" && \
tar -C/usr/local --strip-components=1 -xvf "qt5.15.2-linux-x86_64-bin.tar.gz" && \
rm -rf "qt5.15.2-linux-x86_64-bin.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment