Suppress busybox compile

This commit is contained in:
Joe Groocock 2017-08-16 17:43:15 +01:00
parent 1833cd7d2c
commit 8da1dabdea
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -75,6 +75,7 @@ WORKDIR /tmp/busybox
RUN curl -fL https://busybox.net/downloads/busybox-${BUSYB_VER}.tar.bz2 \
| tar xj --strip-components=1 && \
# Use default configuration
exec >/dev/null && \
make defconfig && \
make -j "$(nproc)" && \
cp busybox "${PREFIX}/bin" && \