Skip to content
Snippets Groups Projects
Commit e874328a authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

docker: fix mingw Dockerfile

* remove HOST/CROSS_COMPILE env. var (was only 32-bits)
* install "Minimal Install" group for basic commands

Change-Id: If905b361a12e77976502eee4064bfd0b27fba9f6
parent bbb4a1a0
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ ENV LC_ALL en_US.utf8
RUN dnf -y upgrade
# General
RUN dnf -y groupinstall "Minimal Install"
RUN dnf -y install \
unzip \
openssh
......@@ -67,5 +68,3 @@ RUN dnf -y install \
ENV CMAKE_PREFIX_PATH /usr/i686-w64-mingw32/sys-root/mingw/lib/cmake:/usr/x86_64-w64-mingw32/sys-root/mingw/lib/cmake
ENV QTDIR /usr/i686-w64-mingw32/sys-root/mingw/lib/qt5/:/usr/x86_64-w64-mingw32/sys-root/mingw/lib/qt5/
ENV PATH /usr/i686-w64-mingw32/bin/qt5/:/usr/x86_64-w64-mingw32/bin/qt5/:$PATH
ENV CROSS_COMPILE i686-w64-mingw32-
ENV HOST i686-w64-mingw32
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment