diff --git a/Dockerfile b/Dockerfile index fcfd6a8..c4f0b2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" && \