mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-11 05:29:24 +02:00
common.windows: Only install required packages
Suggested-by: Guillaume Jacquenot <Gjacquenot@users.noreply.github.com>
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user