Skip to content

Commit

Permalink
Fixed Dockerfile with up to date mxe
Browse files Browse the repository at this point in the history
  • Loading branch information
vranki committed Mar 28, 2019
1 parent 60d5e3d commit 0766d98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from ubuntu:latest

RUN apt update -qq
RUN apt -yq install gnupg
RUN echo "deb http://pkg.mxe.cc/repos/apt/debian wheezy main" | tee /etc/apt/sources.list.d/mxeapt.list
RUN apt -yq install gnupg ca-certificates
RUN echo "deb https://mirror.mxe.cc/repos/apt xenial main" | tee /etc/apt/sources.list.d/mxeapt.list
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D43A795B73B16ABE9643FE1AFD8FFF16DB45C6AB
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C6BF758A33A3A276
RUN apt update -qq
RUN apt install -yq mxe-x86-64-w64-mingw32.static-qtbase mxe-x86-64-w64-mingw32.static-qtdeclarative
RUN apt install -yq qtbase5-dev qtdeclarative5-dev qt5-default build-essential
Expand Down

0 comments on commit 0766d98

Please sign in to comment.