common.windows: Only install required packages

Suggested-by: Guillaume Jacquenot <Gjacquenot@users.noreply.github.com>
This commit is contained in:
Jean-Christophe Fillion-Robin
2018-06-11 17:21:02 -04:00
parent 73e556f06b
commit b5cbd2a878

View File

@@ -27,7 +27,7 @@ ARG DEBIAN_FRONTEND=noninteractive
# #
RUN \ RUN \
apt-get update && \ apt-get update && \
apt-get -y install \ apt-get install --no-install-recommends --yes \
autoconf \ autoconf \
automake \ automake \
autopoint \ autopoint \