Silence autogen output

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-04-25 11:43:26 +05:30
parent 13d08267a7
commit 82f90edec7
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -4,7 +4,7 @@ RUN apk update && apk add git build-base clang perl autoconf automake libtool ll
RUN git clone https://github.com/libressl-portable/portable && \
cd portable && \
./autogen.sh && \
./autogen.sh &> /dev/null && \
./configure --with-openssldir=/usr/local/libressl --disable-shared &> /dev/null && \
make -j$(nproc) &> /dev/null && \
make install &> /dev/null