From b5cbd2a8783bce5ed804f66859c4d0e3d8860636 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Mon, 11 Jun 2018 17:21:02 -0400 Subject: [PATCH] common.windows: Only install required packages Suggested-by: Guillaume Jacquenot --- common.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.windows b/common.windows index 6f4633c..c2b2039 100644 --- a/common.windows +++ b/common.windows @@ -27,7 +27,7 @@ ARG DEBIAN_FRONTEND=noninteractive # RUN \ apt-get update && \ - apt-get -y install \ + apt-get install --no-install-recommends --yes \ autoconf \ automake \ autopoint \