aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/docker/mxe-build-container/Dockerfile-stage2
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/docker/mxe-build-container/Dockerfile-stage2')
-rw-r--r--scripts/docker/mxe-build-container/Dockerfile-stage213
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/docker/mxe-build-container/Dockerfile-stage2 b/scripts/docker/mxe-build-container/Dockerfile-stage2
deleted file mode 100644
index d8760f723..000000000
--- a/scripts/docker/mxe-build-container/Dockerfile-stage2
+++ /dev/null
@@ -1,13 +0,0 @@
-ARG VERSION
-
-# Start from the container that we created in stage 1
-From subsurface/mxe-build-container:$VERSION
-
-# this time the settings include QtWebKit - since everything else was built
-# during the first stage, QtWebKit will be the only thing that gets built
-ADD settings-stage2.mk /win/mxe/settings.mk
-RUN cd /win/mxe ; \
- make -j 2 2>&1 | tee build.log ;
-RUN cd /win/mxe ; \
- make MXE_TARGETS=i686-w64-mingw32.static glib mdbtools -j 6 2>&1 | tee -a build.log ;
-