diff --git a/.travis/linux.cross.win32/Dockerfile b/.travis/linux.cross.win32/Dockerfile index a595d9f7d..8eb3b806d 100644 --- a/.travis/linux.cross.win32/Dockerfile +++ b/.travis/linux.cross.win32/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Tobias Junghans RUN \ apt-get update && \ - apt-get install -y software-properties-common && \ + apt-get install --no-install-recommends -y software-properties-common && \ add-apt-repository -y "ppa:tobydox/mingw-w64" && \ apt-get update && \ apt-get install --no-install-recommends -y --force-yes \ diff --git a/.travis/linux.cross.win64/Dockerfile b/.travis/linux.cross.win64/Dockerfile index a595d9f7d..8eb3b806d 100644 --- a/.travis/linux.cross.win64/Dockerfile +++ b/.travis/linux.cross.win64/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Tobias Junghans RUN \ apt-get update && \ - apt-get install -y software-properties-common && \ + apt-get install --no-install-recommends -y software-properties-common && \ add-apt-repository -y "ppa:tobydox/mingw-w64" && \ apt-get update && \ apt-get install --no-install-recommends -y --force-yes \