From cd677273ac2cbb165a684376bee273605136953b Mon Sep 17 00:00:00 2001 From: Tobias Junghans Date: Wed, 18 Oct 2017 18:36:04 +0200 Subject: [PATCH] Travis: only install required packages for software-properties-common --- .travis/linux.cross.win32/Dockerfile | 2 +- .travis/linux.cross.win64/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \