mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
common.windows: Only install required packages
Suggested-by: Guillaume Jacquenot <Gjacquenot@users.noreply.github.com>
This commit is contained in:
parent
73e556f06b
commit
b5cbd2a878
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user