fix parallel build for alpine

This commit is contained in:
Natanael Copa 2016-02-12 13:41:25 +01:00
parent a2e54ec6e6
commit 83c1038d96

View File

@ -51,7 +51,7 @@ RUN set -xe \
--with-openssl \
--with-libedit \
--with-zlib \
&& make -j"$(nproc)" \
&& make -j"$(getconf _NPROCESSORS_ONLN)" \
&& make install \
&& { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } \
&& make clean \