mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-04-04 21:19:15 +02: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 \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get -y install \
|
apt-get install --no-install-recommends --yes \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
autopoint \
|
autopoint \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user