Travis: only install required packages for software-properties-common

This commit is contained in:
Tobias Junghans
2017-10-18 18:36:04 +02:00
parent c4ee2f70bd
commit cd677273ac
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ MAINTAINER Tobias Junghans <tobydox@users.sf.net>
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 \

View File

@@ -3,7 +3,7 @@ MAINTAINER Tobias Junghans <tobydox@users.sf.net>
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 \