From ec287d87f4df9ffb3b831f5b09ddc974a3561262 Mon Sep 17 00:00:00 2001 From: Salvador Cuñat Date: Fri, 1 Feb 2019 17:27:44 +0100 Subject: docker-mxe: Fix tee command line for static build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add -a parameter to tee to avoid overwriting build.log when building static libraries for smtk2ssrf Signed-off-by: Salvador Cuñat Signed-off-by: Dirk Hohndel --- scripts/docker/mxe-build-container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/docker') diff --git a/scripts/docker/mxe-build-container/Dockerfile b/scripts/docker/mxe-build-container/Dockerfile index 653ceb57e..b9def62bc 100644 --- a/scripts/docker/mxe-build-container/Dockerfile +++ b/scripts/docker/mxe-build-container/Dockerfile @@ -50,7 +50,7 @@ RUN mv /win/settings.mk /win/mxe RUN cd /win/mxe ; \ make -j 6 2>&1 | tee build.log ; RUN cd /win/mxe ; \ - make MXE_TARGETS=i686-w64-mingw32.static glib -j 6 2>&1 | tee build.log ; + make MXE_TARGETS=i686-w64-mingw32.static glib -j 6 2>&1 | tee -a build.log ; RUN cd /win/mxe ; \ mkdir -p neolit ; cd neolit ; git clone -b wip/win git://github.com/qt/qtconnectivity RUN cd /win/mxe/neolit/qtconnectivity ; \ -- cgit v1.2.3-70-g09d2